Home
last modified time | relevance | path

Searched refs:HDF_WAIT_FOREVER (Results 1 – 25 of 32) sorted by relevance

12

/drivers/hdf_core/adapter/khdf/linux/osal/src/
Dosal_timer.c59 OsalMutexTimedLock(&ktimer->mutex, HDF_WAIT_FOREVER); in osal_timer_callback()
66 OsalMutexTimedLock(&ktimer->mutex, HDF_WAIT_FOREVER); in osal_timer_callback()
154 OsalMutexTimedLock(&ktimer->mutex, HDF_WAIT_FOREVER); in OsalTimerSetTimeout()
172 OsalMutexTimedLock(&ktimer->mutex, HDF_WAIT_FOREVER); in OsalTimerDelete()
Dosal_sem.c58 if (millisec == HDF_WAIT_FOREVER) { in OsalSemWait()
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
Dmessage_router.c82 HDF_STATUS status = OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER); in RefDispatcherInner()
118 status = OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER); in RegDispatcher()
282 if (OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER) != HDF_SUCCESS) { in RegistServiceInner()
354 status = OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER); in RegistRemoteService()
380 status = OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER); in UnregistServiceInner()
457 status = OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER); in RefRemoteService()
633 status = OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER); in StartMessageRouter()
690 status = OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER); in ShutdownMessageRouter()
715 status = OsalMutexTimedLock(&g_routerMutex, HDF_WAIT_FOREVER); in RefMessageNode()
Dmessage_dispatcher.c295 status = OsalMutexTimedLock(&dispatcher->mutex, HDF_WAIT_FOREVER); in StartDispatcher()
351 status = OsalMutexTimedLock(&dispatcher->mutex, HDF_WAIT_FOREVER); in ShutdownDispatcher()
/drivers/hdf_core/framework/support/posix/src/
Dosal_mutex.c73 return OsalMutexTimedLock(mutex, HDF_WAIT_FOREVER); in OsalMutexLock()
85 if (ms == HDF_WAIT_FOREVER) { in OsalMutexTimedLock()
Dosal_sem.c55 if (ms == HDF_WAIT_FOREVER) { in OsalSemWait()
/drivers/peripheral/codec/hal/v1.0/buffer_manager/src/
Dbuffer_manager.cpp42 if (timeoutMs == HDF_WAIT_FOREVER) { in GetBuffer()
65 if (timeoutMs == HDF_WAIT_FOREVER) { in GetUsedBuffer()
/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_base.h82 #define HDF_WAIT_FOREVER 0xFFFFFFFF macro
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_queue.c56 ret = OsalSemWait(&queue->sem, HDF_WAIT_FOREVER); in PlatformQueueWorker()
188 (void)OsalSemWait(&queue->sem, HDF_WAIT_FOREVER); // consume the semaphore after get in PlatformQueueGetMsg()
Dplatform_device.c238 ret = PlatformDeviceWaitEvent(device, PLAT_EVENT_DEVICE_DEAD, HDF_WAIT_FOREVER, NULL); in PlatformDeviceDel()
/drivers/hdf_core/framework/test/unittest/osal/
Dosal_list_test.c294 ret = OsalSemWait(&g_hdfSem, HDF_WAIT_FOREVER); in ThreadTestWaitSem()
319 ret = OsalSemWait(&hdfSem, HDF_WAIT_FOREVER); in OsalOsalSemInterface()
329 ret = OsalSemWait(&hdfSem, HDF_WAIT_FOREVER); in OsalOsalSemInterface()
Dosal_all_test.c95 g_waitMutexTime = HDF_WAIT_FOREVER; in ThreadTest1()
862 ret = OsalMutexTimedLock(&mutex, HDF_WAIT_FOREVER); in OsaMutexTest()
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
Dosal_spinlock.c89 ret = LOS_MuxPend((uint32_t)(uintptr_t)spinlock->realSpinlock, LOS_MS2Tick(HDF_WAIT_FOREVER)); in OsalSpinLock()
Dosal_mutex.c89 ret = LOS_MuxPend((uint32_t)(uintptr_t)mutex->realMutex, LOS_MS2Tick(HDF_WAIT_FOREVER)); in OsalMutexLock()
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_mutex.c97 ret = LOS_MuxLock((LosMux *)mutex->realMutex, LOS_MS2Tick(HDF_WAIT_FOREVER)); in OsalMutexLock()
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
Dlocal_node.c201 status = OsalMutexTimedLock(&node->mutex, HDF_WAIT_FOREVER); in InitLocalNode()
227 status = OsalMutexTimedLock(&node->mutex, HDF_WAIT_FOREVER); in InitLocalNode()
/drivers/hdf_core/framework/utils/src/
Dhdf_task_queue.c171 ret = OsalSemWait(&queue->sem, HDF_WAIT_FOREVER); in HdfThreadTasker()
/drivers/hdf_core/framework/support/platform/src/can/
Dcan_manager.c56 ret = OsalSemWait(&cntlr->sem, HDF_WAIT_FOREVER); in CanIrqThreadWorker()
/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
Dflow_control_task.c96 if (OsalSemWait(&fcm->sem[dir], HDF_WAIT_FOREVER) != HDF_SUCCESS) { in RunWiFiFlowControl()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_event_test.c48 (void)OsalSemWait(&pe->sem, HDF_WAIT_FOREVER); in PlatformEventTestInitAndUninit()
/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_event.c34 ret = OsalSemWait(&event->sem, HDF_WAIT_FOREVER); in HdmiEventPostMsg()
/drivers/peripheral/usb/sample/host/src/
Dusbhost_nosdk_speed.c161 OsalSemWait(&sem, HDF_WAIT_FOREVER); in SendProcess()
/drivers/peripheral/usb/ddk/host/src/
Dusb_io_manage.c209 ret = OsalSemWait((struct OsalSem *)&msgQueue->sem, HDF_WAIT_FOREVER); in UsbIoGetRequest()
/drivers/hdf_core/framework/support/platform/src/gpio/
Dgpio_core.c154 ret = OsalSemWait(&irqRecord->sem, HDF_WAIT_FOREVER); in GpioCntlrIrqThreadHandler()
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_nosdk_speed.c108 OsalSemWait(&g_sem, HDF_WAIT_FOREVER); in SendProcess()

12