gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:CHECK_NONSELF (0.00 seconds)
mtkernel_3
kernel/tkernel/check.h - 8.9KB - 247 lines
109: #if CHK_SELF
110: #define CHECK_NONSELF(tskid) {                                  \
111:         if (!in_indp() && (tskid) == knl_ctxtsk->tskid) {              \
More results from check.h
tkernel_2
kernel/tkernel/src/check.h - 10.6KB - 291 lines
132: #if CHK_SELF
133: #define CHECK_NONSELF(tskid) {                                  \
134:         if (!in_indp() && (tskid) == ctxtsk->tskid) {          \
More results from check.h