Search | Google it | Results 1 - 1 of 1 for fundef:CHECK_TSKID from mtkernel_3/kernel/tkernel/check.h (0.00 seconds) |
25: #if CHK_ID 26: #define CHECK_TSKID(tskid) { \ 27: if (!in_indp() && ((tskid) == TSK_SELF)) { \ 89: #else /* CHK_ID */ 90: #define CHECK_TSKID(tskid) 91: #define CHECK_TSKID_SELF(tskid)