gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:CHK_TSKID from tkernel_2/kernel/tkernel/src/check.h (0.00 seconds)
tkernel_2
kernel/tkernel/src/check.h - 10.6KB - 291 lines
29:                 return E_OBJ;                                 \
30:         } else if (!CHK_TSKID(tskid)) {                                \
31:                 return E_ID;                                  \
35: if ( !( (!in_indp() && (tskid) == TSK_SELF) \ 36: || CHK_TSKID(tskid) ) ) { \ 37: return E_ID; \