Searched refs:SRTM_Mutex_Lock (Results 1 – 4 of 4) sorted by relevance
106 (void)SRTM_Mutex_Lock(disp->mutex); /* Protect waitingReqs */ in SRTM_Dispatcher_DequeueMessage()399 (void)SRTM_Mutex_Lock(disp->mutex); in SRTM_Dispatcher_AddPeerCore()425 (void)SRTM_Mutex_Lock(disp->mutex); in SRTM_Dispatcher_RemovePeerCore()449 (void)SRTM_Mutex_Lock(disp->mutex); in SRTM_Dispatcher_RemovePeerCore()499 (void)SRTM_Mutex_Lock(disp->mutex); in SRTM_Dispatcher_RegisterService()521 (void)SRTM_Mutex_Lock(disp->mutex); in SRTM_Dispatcher_UnregisterService()825 (void)SRTM_Mutex_Lock(disp->mutex); in SRTM_Dispatcher_HandleResponse()892 (void)SRTM_Mutex_Lock(disp->mutex); in SRTM_Dispatcher_SendMessage()
200 (void)SRTM_Mutex_Lock(core->mutex); in SRTM_PeerCore_AddChannel()221 (void)SRTM_Mutex_Lock(core->mutex); in SRTM_PeerCore_RemoveChannel()
60 srtm_status_t SRTM_Mutex_Lock(srtm_mutex_t mutex);
48 srtm_status_t SRTM_Mutex_Lock(srtm_mutex_t mutex) in SRTM_Mutex_Lock() function