gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CHECK_TSKID from mtkernel_3/kernel/tkernel/check.h (0.00 seconds)
mtkernel_3
kernel/tkernel/check.h - 8.9KB - 247 lines
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)