Home
last modified time | relevance | path

Searched refs:SRTM_Mutex_Unlock (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c114 (void)SRTM_Mutex_Unlock(disp->mutex); in SRTM_Dispatcher_DequeueMessage()
401 (void)SRTM_Mutex_Unlock(disp->mutex); in SRTM_Dispatcher_AddPeerCore()
427 (void)SRTM_Mutex_Unlock(disp->mutex); in SRTM_Dispatcher_RemovePeerCore()
461 (void)SRTM_Mutex_Unlock(disp->mutex); in SRTM_Dispatcher_RemovePeerCore()
501 (void)SRTM_Mutex_Unlock(disp->mutex); in SRTM_Dispatcher_RegisterService()
523 (void)SRTM_Mutex_Unlock(disp->mutex); in SRTM_Dispatcher_UnregisterService()
836 (void)SRTM_Mutex_Unlock(disp->mutex); in SRTM_Dispatcher_HandleResponse()
894 (void)SRTM_Mutex_Unlock(disp->mutex); in SRTM_Dispatcher_SendMessage()
Dsrtm_peercore.c202 (void)SRTM_Mutex_Unlock(core->mutex); in SRTM_PeerCore_AddChannel()
223 (void)SRTM_Mutex_Unlock(core->mutex); in SRTM_PeerCore_RemoveChannel()
Dsrtm_mutex.h68 srtm_status_t SRTM_Mutex_Unlock(srtm_mutex_t mutex);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_mutex_freertos.c60 srtm_status_t SRTM_Mutex_Unlock(srtm_mutex_t mutex) in SRTM_Mutex_Unlock() function