Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.h379 _SlLockObj_t ProtectionLockObj; member
Ddriver.c641 OSI_RET_OK_CHECK( sl_LockObjCreate(&g_pCB->ProtectionLockObj, "ProtectionLockObj") ); in _SlDrvDriverCBInit()
719 OSI_RET_OK_CHECK( sl_LockObjDelete(&g_pCB->ProtectionLockObj) ); in _SlDrvDriverCBDeinit()
2655 OSI_RET_OK_CHECK(sl_LockObjLock(&g_pCB->ProtectionLockObj, SL_OS_WAIT_FOREVER)); in _SlDrvProtectionObjLockWaitForever()
2669 OSI_RET_OK_CHECK(sl_LockObjUnlock(&g_pCB->ProtectionLockObj)); in _SlDrvProtectionObjUnLock()
Dnetapp.c1068 OSI_RET_OK_CHECK(sl_LockObjLock(&g_pCB->ProtectionLockObj, SL_OS_WAIT_FOREVER)); in sl_NetAppPing()
1072 OSI_RET_OK_CHECK(sl_LockObjUnlock(&g_pCB->ProtectionLockObj)); in sl_NetAppPing()