gonzui


Format: Advanced Search

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