Search | Google it | Results 1 - 1 of 1 for funcall:CHK_TSKID from mtkernel_3/kernel/tkernel/check.h (0.00 seconds) |
28: return E_OBJ; \ 29: } else if (!CHK_TSKID(tskid)) { \ 30: return E_ID; \ 34: if ( !( (!in_indp() && (tskid) == TSK_SELF) \ 35: || CHK_TSKID(tskid) ) ) { \ 36: return E_ID; \