Home
last modified time | relevance | path

Searched refs:MutexP_unlock (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DMutexP.h208 extern void MutexP_unlock(MutexP_Handle handle, uintptr_t key);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DMutexP.h208 extern void MutexP_unlock(MutexP_Handle handle, uintptr_t key);
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DMutexP_zephyr.c89 void MutexP_unlock(MutexP_Handle handle, uintptr_t key) in MutexP_unlock() function
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DMutexP_zephyr.c90 void MutexP_unlock(MutexP_Handle handle, uintptr_t key) in MutexP_unlock() function
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.c476 MutexP_unlock(pMutexHandle, 0); in Mutex_unlock()