Changeset fc59b580 for libcfa/src/concurrency/kernel
- Timestamp:
 - Apr 14, 2021, 4:40:19 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - a017ee7
 - Parents:
 - 6a9b12b
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/kernel/startup.cfa (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/kernel/startup.cfa
r6a9b12b rfc59b580 492 492 uint_fast32_t last_size = ready_mutate_register((__processor_id_t*)&this); 493 493 int target = this.cltr->procs.total += 1u; 494 insert_last(this.cltr->procs.actives, this); 494 495 495 496 // Adjust the ready queue size … … 507 508 uint_fast32_t last_size = ready_mutate_lock(); 508 509 int target = this.cltr->procs.total -= 1u; 510 remove(this); 509 511 510 512 // Adjust the ready queue size  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.