gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_indp from tkernel_2/kernel/tkernel/src/check.h (0.00 seconds)
tkernel_2
kernel/tkernel/src/check.h - 10.6KB - 291 lines
27: #define CHECK_TSKID(tskid) {                                    \
28:         if (!in_indp() && ((tskid) == TSK_SELF)) {             \
29:                 return E_OBJ;                                 \
34: #define CHECK_TSKID_SELF(tskid) { \ 35: if ( !( (!in_indp() && (tskid) == TSK_SELF) \ 36: || CHK_TSKID(tskid) ) ) { \
133: #define CHECK_NONSELF(tskid) { \ 134: if (!in_indp() && (tskid) == ctxtsk->tskid) { \ 135: return E_OBJ; \
236: #define CHECK_INTSK() { \ 237: if (in_indp()) { \ 238: return E_CTX; \