Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Dnonos.h89 #define SL_OS_WAIT_FOREVER NONOS_WAIT_FOREVER macro
Dspawn.c71 sl_SyncObjWait(&g_SlInternalSpawnCB.SyncObj, SL_OS_WAIT_FOREVER); in _SlInternalSpawnWaitForEvent()
Ddriver.c2649 OSI_RET_OK_CHECK(sl_LockObjLock(pLockObj, SL_OS_WAIT_FOREVER)); in _SlDrvObjLockWaitForever()
2655 OSI_RET_OK_CHECK(sl_LockObjLock(&g_pCB->ProtectionLockObj, SL_OS_WAIT_FOREVER)); in _SlDrvProtectionObjLockWaitForever()
2688 ret = sl_LockObjLock(&GlobalLockObj, SL_OS_WAIT_FOREVER); in _SlDrvObjGlobalLockWaitForever()
2765 _SlReturnVal_t RetVal = sl_SyncObjWait(pSyncObj, SL_OS_WAIT_FOREVER); in _SlDrvSyncObjWaitForever()
Dnetapp.c1068 OSI_RET_OK_CHECK(sl_LockObjLock(&g_pCB->ProtectionLockObj, SL_OS_WAIT_FOREVER)); in sl_NetAppPing()
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Duser.h810 #define SL_OS_WAIT_FOREVER ((uint32_t)OS_WAIT_FOREVER) macro