Changeset 3e1cd17 for libcfa/src/concurrency/kernel/startup.cfa
- Timestamp:
- Apr 12, 2024, 8:51:19 AM (21 months ago)
- Branches:
- master
- Children:
- b1b3df5
- Parents:
- 21e6da5 (diff), b78c54f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/startup.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r21e6da5 r3e1cd17 672 672 uint_fast32_t last_size = ready_mutate_lock(); 673 673 674 // Adjust the ready queue size675 ready_queue_shrink( &this );674 // Adjust the ready queue size 675 ready_queue_shrink( &this ); 676 676 677 677 // Unlock the RWlock … … 682 682 /* paranoid */ verify( this.sched.readyQ.tscs == 0p ); 683 683 /* paranoid */ verify( this.sched.readyQ.count == 0 ); 684 /* paranoid */ verify( this.sched.io.tscs == 0p );685 /* paranoid */ verify( this.sched.caches == 0p );684 // /* paranoid */ verify( this.sched.io.tscs == 0p ); 685 // /* paranoid */ verify( this.sched.caches == 0p ); 686 686 687 687 enable_interrupts( false ); // Don't poll, could be in main cluster
Note:
See TracChangeset
for help on using the changeset viewer.