gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_indp from mtkernel_3/kernel/tkernel/check.h (0.00 seconds)
mtkernel_3
kernel/tkernel/check.h - 8.9KB - 247 lines
26: #define CHECK_TSKID(tskid) {                                    \
27:         if (!in_indp() && ((tskid) == TSK_SELF)) {             \
28:                 return E_OBJ;                                 \
33: #define CHECK_TSKID_SELF(tskid) { \ 34: if ( !( (!in_indp() && (tskid) == TSK_SELF) \ 35: || CHK_TSKID(tskid) ) ) { \
110: #define CHECK_NONSELF(tskid) { \ 111: if (!in_indp() && (tskid) == knl_ctxtsk->tskid) { \ 112: return E_OBJ; \
206: #define CHECK_INTSK() { \ 207: if (in_indp()) { \ 208: return E_CTX; \