Searched refs:SL_OS_WAIT_FOREVER (Results 1 – 5 of 5) sorted by relevance
89 #define SL_OS_WAIT_FOREVER NONOS_WAIT_FOREVER macro
71 sl_SyncObjWait(&g_SlInternalSpawnCB.SyncObj, SL_OS_WAIT_FOREVER); in _SlInternalSpawnWaitForEvent()
2649 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()
1068 OSI_RET_OK_CHECK(sl_LockObjLock(&g_pCB->ProtectionLockObj, SL_OS_WAIT_FOREVER)); in sl_NetAppPing()
810 #define SL_OS_WAIT_FOREVER ((uint32_t)OS_WAIT_FOREVER) macro