gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CHECK_TSKID from tkernel_2/kernel/tkernel/src/check.h (0.00 seconds)
tkernel_2
kernel/tkernel/src/check.h - 10.6KB - 291 lines
26: #if CHK_ID
27: #define CHECK_TSKID(tskid) {                                    \
28:         if (!in_indp() && ((tskid) == TSK_SELF)) {             \
110: #else /* CHK_ID */ 111: #define CHECK_TSKID(tskid) 112: #define CHECK_TSKID_SELF(tskid)