Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c46 pthread_cond_init(&sem->semCV, NULL); in xsem_init()
56 pthread_cond_destroy(&sem->semCV); in xsem_destroy()
75 pthread_cond_wait(&sem->semCV, &sem->semMutex); in xsem_wait()
118 pthread_cond_signal(&sem->semCV); in xsem_post()
158 status = pthread_cond_timedwait(&sem->semCV, in xsem_xwait()
H A Dxsem.h54 pthread_cond_t semCV; member