Home
last modified time | relevance | path

Searched refs:Mutex_create_handle (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.h300 int Mutex_create_handle(pthread_mutex_t* pMutexHandle);
362 int Mutex_create_handle(MutexP_Handle* pMutexHandle);
Duser.h963 #define sl_LockObjCreate(pLockObj, pName) Mutex_create_handle(pLockObj)
1146 #define sl_LockObjCreate(pLockObj, pName) Mutex_create_handle(pLockObj)
Dcc_pal.c433 int Mutex_create_handle(pthread_mutex_t *pMutexHandle) in Mutex_create_handle() function
450 int Mutex_create_handle(MutexP_Handle* pMutexHandle) in Mutex_create_handle() function