gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:CHK_SEMID (0.00 seconds)
mtkernel_3
include/sys/knldef.h - 6.9KB - 238 lines
86: #define NUM_SEMID       (MAX_SEMID)
87: #define CHK_SEMID(id)   ((MIN_SEMID) <= (id) && (id) <= (MAX_SEMID))
88: #define INDEX_SEM(id)   ((id)-(MIN_SEMID))
tkernel_2
kernel/tkernel/src/config.h - 6.2KB - 175 lines
34: #define NUM_SEMID       (MAX_SEMID)
35: #define CHK_SEMID(id)   ((MIN_SEMID) <= (id) && (id) <= (MAX_SEMID))
36: #define INDEX_SEM(id)   ((id)-(MIN_SEMID))