Searched refs:sem (Results 1 – 8 of 8) sorted by relevance
26 int res = sem_wait(&hcCond->sem); in HcCondWait()39 int res = sem_post(&hcCond->sem); in HcCondNotify()57 int res = sem_init(&hcCond->sem, 0, 0); in InitHcCond()70 int res = sem_destroy(&hcCond->sem); in DestroyHcCond()
99 sem_t sem; in SystemExecuteRcs() local100 if (sem_init(&sem, 0, 0) != 0) { in SystemExecuteRcs()104 SignalRegWaitSem(retPid, &sem); in SystemExecuteRcs()107 if (sem_wait(&sem) != 0) { in SystemExecuteRcs()
28 sem_t sem; member
38 class sem
253 class sem
126 neverallow * *:{ shm sem msg msgq } *;