Lines Matching defs:sem
93 struct sem { struct
94 int semval; /* current value */ argument
95 int sempid; /* pid of last operation */ argument
96 spinlock_t lock; /* spinlock for fine-grained semtimedop */ argument
98 /* that alter the semaphore */ argument
100 /* that do not alter the semaphore*/ argument
101 time_t sem_otime; /* candidate for sem_otime */ argument
240 struct sem *sem = sma->sem_base + i; in merge_queues() local
275 struct sem *sem; in sem_wait_array() local
301 struct sem *sem; in sem_lock() local
387 struct sem *sem = sma->sem_base + locknum; in sem_unlock() local
1118 struct sem *sem = sma->sem_base + i; in freeary() local