Home
last modified time | relevance | path

Searched refs:sem_union (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c336 union semun sem_union; in os_createmutex() local
348 sem_union.val = 1; /* start semaphore off signaled */ in os_createmutex()
349 retVal = semctl(*semid, 0, SETVAL, sem_union); in os_createmutex()
383 union semun sem_union; in os_destroymutex() local
385 (void) semctl(semid, 0, IPC_RMID, sem_union); in os_destroymutex()