gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ready_queue_top (0.00 seconds)
tkernel_2
kernel/tkernel/src/klock.c - 5.4KB - 190 lines
48: 
49:                         schedtsk = ready_queue_top(&ready_queue);
50:                         dispatch_request();
More results from klock.c
kernel/tkernel/src/task.c - 8.1KB - 303 lines
170: 
171:         toptsk = ready_queue_top(&ready_queue);
172:         if ( schedtsk != toptsk ) {
More results from task.c