gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:task_alive (0.00 seconds)
tkernel_2
kernel/tkernel/src/task_manage.c - 23.8KB - 956 lines
386:         state = (TSTAT)tcb->state;
387:         if ( !task_alive(state) ) {
388:                 ercd = ( state == TS_NONEXIST )? E_NOEXS: E_OBJ;
kernel/tkernel/src/task_sync.c - 8.2KB - 357 lines
42:         state = (TSTAT)tcb->state;
43:         if ( !task_alive(state) ) {
44:                 ercd = ( state == TS_NONEXIST )? E_NOEXS: E_OBJ;
More results from task_sync.c