Search | Google it | Results 1 - 1 of 1 for funcall:knl_task_alive from mtkernel_3/kernel/tkernel/task_sync.c (0.01 seconds) |
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;