Searched refs:readMutex (Results 1 – 2 of 2) sorted by relevance
713 int ret = pthread_mutex_init(&sem->readMutex, FILLP_NULL_PTR); in FillpAdaptSysArchRwsemInit()719 (void)pthread_mutex_destroy(&sem->readMutex); in FillpAdaptSysArchRwsemInit()728 int ret = pthread_mutex_trylock(&sem->readMutex); in FillpAdaptSysArchRwsemTryrdwait()737 (void)pthread_mutex_unlock(&sem->readMutex); in FillpAdaptSysArchRwsemTryrdwait()741 (void)pthread_mutex_unlock(&sem->readMutex); in FillpAdaptSysArchRwsemTryrdwait()747 int ret = pthread_mutex_lock(&sem->readMutex); in FillpAdaptSysArchRwsemRdPost()755 (void)pthread_mutex_unlock(&sem->readMutex); in FillpAdaptSysArchRwsemRdPost()776 (void)pthread_mutex_destroy(&sem->readMutex); in FillpAdaptSysArchRwsemDestroy()
408 pthread_mutex_t readMutex; member