gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:CHK_SEMID (0.00 seconds)
mtkernel_3
kernel/tkernel/check.h - 8.9KB - 247 lines
39: #define CHECK_SEMID(semid) {                                    \
40:         if (!CHK_SEMID(semid)) {                               \
41:                 return E_ID;                                  \
tkernel_2
kernel/tkernel/src/check.h - 10.6KB - 291 lines
40: #define CHECK_SEMID(semid) {                                    \
41:         if (!CHK_SEMID(semid)) {                               \
42:                 return E_ID;                                  \