gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:knl_task_alive from mtkernel_3/kernel/tkernel/task_sync.c (0.00 seconds)
mtkernel_3
kernel/tkernel/task_sync.c - 6.5KB - 300 lines
40:         state = (TSTAT)tcb->state;
41:         if ( !knl_task_alive(state) ) {
42:                 ercd = ( state == TS_NONEXIST )? E_NOEXS: E_OBJ;
220: state = (TSTAT)tcb->state; 221: if ( !knl_task_alive(state) ) { 222: ercd = ( state == TS_NONEXIST )? E_NOEXS: E_OBJ;