Searched refs:writeMutex (Results 1 – 2 of 2) sorted by relevance
717 ret = pthread_mutex_init(&sem->writeMutex, FILLP_NULL_PTR); in FillpAdaptSysArchRwsemInit()734 ret = pthread_mutex_trylock(&sem->writeMutex); in FillpAdaptSysArchRwsemTryrdwait()753 (void)pthread_mutex_unlock(&sem->writeMutex); in FillpAdaptSysArchRwsemRdPost()761 int ret = pthread_mutex_trylock(&sem->writeMutex); in FillpAdaptSysArchRwsemTrywrwait()770 (void)pthread_mutex_unlock(&sem->writeMutex); in FillpAdaptSysArchRwsemWrPost()777 (void)pthread_mutex_destroy(&sem->writeMutex); in FillpAdaptSysArchRwsemDestroy()
409 pthread_mutex_t writeMutex; member