Searched refs:GET_MUX (Results 1 – 5 of 5) sorted by relevance
159 OsSetMutexCreateInfo(GET_MUX(mutex->handle), regLR); in pthread_mutex_init()222 muxPended = GET_MUX(muxHandle); in MuxPendForPosix()284 muxPosted = GET_MUX(muxHandle); in MuxPostForPosix()355 OsSetMutexCreateInfo(GET_MUX(mutex->handle), regLR); in pthread_mutex_timedlock()358 muxPended = GET_MUX(mutex->handle); in pthread_mutex_timedlock()402 OsSetMutexCreateInfo(GET_MUX(mutex->handle), regLR); in pthread_mutex_lock()405 muxPended = GET_MUX(mutex->handle); in pthread_mutex_lock()437 OsSetMutexCreateInfo(GET_MUX(mutex->handle), regLR); in pthread_mutex_trylock()440 muxPended = GET_MUX(mutex->handle); in pthread_mutex_trylock()
277 muxPosted = GET_MUX(mutex->handle); in pthread_cond_timedwait()
140 muxDeleted = GET_MUX(muxHandle); in LOS_MuxDelete()206 muxPended = GET_MUX(muxHandle); in LOS_MuxPend()274 LosMuxCB *muxPosted = GET_MUX(muxHandle); in LOS_MuxPost()
328 #define GET_MUX(muxid) (((LosMuxCB *)g_allMux) + (muxid)) macro
1021 OsSetMutexCreateInfo(GET_MUX(muxId), regLR); in osMutexNew()1023 return (osMutexId_t)(GET_MUX(muxId)); in osMutexNew()