gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:knl_make_non_wait (0.01 seconds)
mtkernel_3
kernel/tkernel/wait.c - 4.5KB - 168 lines
45:         QueRemove(&tcb->tskque);
46:         knl_make_non_wait(tcb);
47:         if ( tcb->wspec->rel_wai_hook != NULL ) {
kernel/tkernel/wait.h - 4.7KB - 162 lines
158:         QueRemove(&tcb->tskque);
159:         knl_make_non_wait(tcb);
160: }