Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c713 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()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h408 pthread_mutex_t readMutex; member