Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 23 of 23) sorted by relevance

/drivers/hdf_core/framework/utils/src/
Dhdf_thread_ex.c13 void HdfThreadStart(struct HdfThread *thread) in HdfThreadStart()
27 void HdfThreadStop(struct HdfThread *thread) in HdfThreadStop()
36 bool HdfThreadIsRunning(struct HdfThread *thread) in HdfThreadIsRunning()
46 struct HdfThread *thread = (struct HdfThread *)argv; in HdfThreadMain() local
57 void HdfThreadConstruct(struct HdfThread *thread) in HdfThreadConstruct()
69 void HdfThreadDestruct(struct HdfThread *thread) in HdfThreadDestruct()
78 struct HdfThread *thread = (struct HdfThread *)OsalMemCalloc(sizeof(struct HdfThread)); in HdfThreadNewInstance() local
85 void HdfThreadFreeInstance(struct HdfThread *thread) in HdfThreadFreeInstance()
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_thread.c59 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
84 int32_t OsalThreadBind(struct OsalThread *thread, unsigned int cpuID) in OsalThreadBind()
97 int32_t OsalThreadStart(struct OsalThread *thread, const struct OsalThreadParam *param) in OsalThreadStart()
149 static bool OsalCheckPara(struct OsalThread *thread) in OsalCheckPara()
171 int32_t OsalThreadSuspend(struct OsalThread *thread) in OsalThreadSuspend()
191 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
207 int32_t OsalThreadResume(struct OsalThread *thread) in OsalThreadResume()
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
Dosal_thread.c59 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
84 int32_t OsalThreadBind(struct OsalThread *thread, unsigned int cpuID) in OsalThreadBind()
97 int32_t OsalThreadStart(struct OsalThread *thread, const struct OsalThreadParam *param) in OsalThreadStart()
150 static bool OsalCheckPara(struct OsalThread *thread) in OsalCheckPara()
172 int32_t OsalThreadSuspend(struct OsalThread *thread) in OsalThreadSuspend()
192 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
208 int32_t OsalThreadResume(struct OsalThread *thread) in OsalThreadResume()
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
Dosal_thread.c59 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
84 int32_t OsalThreadBind(struct OsalThread *thread, unsigned int cpuID) in OsalThreadBind()
97 int32_t OsalThreadStart(struct OsalThread *thread, const struct OsalThreadParam *param) in OsalThreadStart()
142 static bool OsalCheckPara(struct OsalThread *thread) in OsalCheckPara()
164 int32_t OsalThreadSuspend(struct OsalThread *thread) in OsalThreadSuspend()
184 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
200 int32_t OsalThreadResume(struct OsalThread *thread) in OsalThreadResume()
/drivers/hdf_core/adapter/khdf/linux/osal/src/
Dosal_thread.c63 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry thread_entry, void *entry_para) in OsalThreadCreate()
88 int32_t OsalThreadBind(struct OsalThread *thread, unsigned int cpu_id) in OsalThreadBind()
102 int32_t OsalThreadStart(struct OsalThread *thread, const struct OsalThreadParam *param) in OsalThreadStart()
152 int32_t OsalThreadSuspend(struct OsalThread *thread) in OsalThreadSuspend()
159 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
173 int32_t OsalThreadResume(struct OsalThread *thread) in OsalThreadResume()
/drivers/hdf_core/framework/core/adapter/syscall/src/
Dhdf_syscall_adapter.c71 static struct HdfSyscallAdapter *HdfFdToAdapterLocked(const struct HdfDevListenerThread *thread, in… in HdfFdToAdapterLocked()
92const struct HdfDevListenerThread *thread, struct HdfSyscallAdapter *adapter, const struct HdfWrit… in HdfDevEventDispatchLocked()
136 static int32_t HdfDevEventReadAndDispatch(struct HdfDevListenerThread *thread, int32_t fd) in HdfDevEventReadAndDispatch()
189 static int32_t AssignPfds(struct HdfDevListenerThread *thread, struct pollfd **pfds, uint16_t *pfdS… in AssignPfds()
241 struct HdfDevListenerThread *thread = (struct HdfDevListenerThread *)para; in HdfDevEventListenTask() local
327 static int32_t HdfDevListenerThreadDoInit(struct HdfDevListenerThread *thread) in HdfDevListenerThreadDoInit()
350 static int32_t HdfDevListenerThreadInit(struct HdfDevListenerThread *thread) in HdfDevListenerThreadInit()
371 static int32_t GetValidPfdIndexLocked(struct HdfDevListenerThread *thread, struct HdfSyscallAdapter… in GetValidPfdIndexLocked()
408 static int32_t HdfAddAdapterToPfds(struct HdfDevListenerThread *thread, struct HdfSyscallAdapter *a… in HdfAddAdapterToPfds()
422 static int32_t HdfListenThreadInitPollFds(struct HdfDevListenerThread *thread) in HdfListenThreadInitPollFds()
[all …]
/drivers/hdf_core/adapter/uhdf2/host/src/
Dhdf_device_thread.c94 struct DeviceThread *thread = in DeviceThreadNewInstance() local
102 void DeviceThreadFreeInstance(struct DeviceThread *thread) in DeviceThreadFreeInstance()
/drivers/hdf_core/framework/support/posix/src/
Dosal_thread.c62 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
85 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
144 int32_t OsalThreadStart(struct OsalThread *thread, const struct OsalThreadParam *param) in OsalThreadStart()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dcan_test.c289 struct OsalThread *thread = (struct OsalThread *)OsalMemCalloc(sizeof(*thread)); in CanTestStartTestThread() local
319 static void CanTestStopTestThread(struct OsalThread *thread) in CanTestStopTestThread()
349 struct OsalThread *thread = NULL; in CanTestMultiThreadReadSameHandle() local
362 struct OsalThread *thread = NULL; in CanTestMultiThreadReadMultiHandle() local
379 struct OsalThread *thread = NULL; in CanTestMultiThreadSendSameHandle() local
391 struct OsalThread *thread = NULL; in CanTestMultiThreadSendMultiHandle() local
/drivers/hdf_core/framework/core/adapter/syscall/include/
Dhdf_syscall_adapter.h30 struct OsalThread thread; member
48 struct HdfDevListenerThread *thread; member
56 struct HdfDevListenerThread *thread; member
/drivers/external_device_manager/services/native/driver_extension_manager/src/input_emit_event/
Dinject_thread.cpp46 InjectThread *thread = (InjectThread *)param; in RunThread() local
/drivers/hdf_core/framework/utils/include/
Dhdf_task_queue.h29 struct OsalThread thread; member
/drivers/hdf_core/interfaces/inner_api/osal/shared/
Dosal_thread.h93 #define OSAL_DECLARE_THREAD(thread) struct OsalThread thread argument
/drivers/peripheral/usb/ddk/device/include/
Dusbfn_dev_mgr.h37 struct OsalThread thread; member
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_input_event.c162 pthread_t thread; in AudioHeadsetPnpInputStartThread() local
Dhdf_audio_pnp_uevent_hdmi.c223 pthread_t thread; in AudioHdmiPnpUeventStartThread() local
Dhdf_audio_pnp_uevent.c771 pthread_t thread; in AudioUsbPnpUeventStartThread() local
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_queue.h40 struct OsalThread thread; /* the worker thread of this queue */ member
/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
Dflow_control_task.c126 static int32_t CreateTask(struct OsalThread *thread, char *taskName, OsalThreadEntry threadEntry, in CreateTask()
/drivers/hdf_core/framework/support/platform/include/can/
Dcan_core.h62 struct OsalThread thread; // Irq thread member
/drivers/hdf_core/framework/model/storage/include/mmc/
Dmmc_sdio.h46 struct OsalThread thread; /* irq thread */ member
/drivers/hdf_core/framework/support/platform/include/gpio/
Dgpio_core.h85 struct OsalThread thread; member
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c124 pthread_t thread; member