Searched refs:semMutex (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c47 pthread_mutex_init(&sem->semMutex, NULL);
57 pthread_mutex_destroy(&sem->semMutex);
65 pthread_mutex_lock(&sem->semMutex);
69 pthread_mutex_unlock(&sem->semMutex);
77 pthread_cond_wait(&sem->semCV, &sem->semMutex);
82 pthread_mutex_unlock(&sem->semMutex);
87 pthread_mutex_unlock(&sem->semMutex);
95 pthread_mutex_lock(&sem->semMutex);
99 pthread_mutex_unlock(&sem->semMutex);
104 pthread_mutex_unlock(&sem->semMutex);
[all...]
H A Dxsem.h55 pthread_mutex_t semMutex; member in struct:__anon1507

Completed in 170 milliseconds