gonzui


Format: Advanced Search

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