Changeset 614 for trunk/kernel/kern/scheduler.c
- Timestamp:
- Jan 15, 2019, 1:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/scheduler.c
r610 r614 487 487 488 488 #if (DEBUG_SCHED_YIELD & 0x1) 489 if( sched->trace ) sched_display( lid ); 489 if( sched->trace ) 490 sched_display( lid ); 490 491 #endif 491 492 492 // This assert should never be false, as this check must be493 // done before by any function that can possibly deschedule...493 // This assert should never be false, as this check has been 494 // done before, by any function that can possibly deschedule... 494 495 assert( (current->busylocks == 0), 495 496 "unexpected descheduling of thread holding %d busylocks = %d\n", current->busylocks );
Note: See TracChangeset
for help on using the changeset viewer.