Search | Google it | Results 1 - 1 of 1 for funcall:task_alive from tkernel_2/kernel/tkernel/src/task_sync.c (0.00 seconds) |
42: state = (TSTAT)tcb->state; 43: if ( !task_alive(state) ) { 44: ercd = ( state == TS_NONEXIST )? E_NOEXS: E_OBJ; 225: state = (TSTAT)tcb->state; 226: if ( !task_alive(state) ) { 227: ercd = ( state == TS_NONEXIST )? E_NOEXS: E_OBJ; 341: state = (TSTAT)tcb->state; 342: if ( !task_alive(state) ) { 343: ercd = ( state == TS_NONEXIST )? E_NOEXS: E_OBJ;