Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/porting/
Duser.h1021 #define sl_LockObjUnlock(pLockObj) pthread_mutex_unlock(pLockObj) macro
1194 #define sl_LockObjUnlock(pLockObj) Mutex_unlock(*(pLockObj)) macro
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c2662 OSI_RET_OK_CHECK(sl_LockObjUnlock(pLockObj)); in _SlDrvObjUnLock()
2669 OSI_RET_OK_CHECK(sl_LockObjUnlock(&g_pCB->ProtectionLockObj)); in _SlDrvProtectionObjUnLock()
2710 sl_LockObjUnlock(&GlobalLockObj); in _SlDrvObjGlobalLockWaitForever()
2740 OSI_RET_OK_CHECK(sl_LockObjUnlock(&GlobalLockObj)); in _SlDrvGlobalObjUnLock()
Dnetapp.c1072 OSI_RET_OK_CHECK(sl_LockObjUnlock(&g_pCB->ProtectionLockObj)); in sl_NetAppPing()