gonzui


Format: Advanced Search

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