Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/utils/src/
Dhdf_thread_ex.c13 void HdfThreadStart(struct HdfThread *thread) in HdfThreadStart()
26 void HdfThreadStop(struct HdfThread *thread) in HdfThreadStop()
35 bool HdfThreadIsRunning(struct HdfThread *thread) in HdfThreadIsRunning()
45 struct HdfThread *thread = (struct HdfThread *)argv; in HdfThreadMain() local
56 void HdfThreadConstruct(struct HdfThread *thread) in HdfThreadConstruct()
68 void HdfThreadDestruct(struct HdfThread *thread) in HdfThreadDestruct()
77 struct HdfThread *thread = in HdfThreadNewInstance() local
85 void HdfThreadFreeInstance(struct HdfThread *thread) in HdfThreadFreeInstance()
/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/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/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.c70 static struct HdfSyscallAdapter *HdfFdToAdapterLocked(const struct HdfDevListenerThread *thread, in… in HdfFdToAdapterLocked()
91const struct HdfDevListenerThread *thread, struct HdfSyscallAdapter *adapter, const struct HdfWrit… in HdfDevEventDispatchLocked()
135 static int32_t HdfDevEventReadAndDispatch(struct HdfDevListenerThread *thread, int32_t fd) in HdfDevEventReadAndDispatch()
188 static int32_t AssignPfds(struct HdfDevListenerThread *thread, struct pollfd **pfds, uint16_t *pfdS… in AssignPfds()
240 struct HdfDevListenerThread *thread = (struct HdfDevListenerThread *)para; in HdfDevEventListenTask() local
326 static int32_t HdfDevListenerThreadDoInit(struct HdfDevListenerThread *thread) in HdfDevListenerThreadDoInit()
348 static int32_t HdfDevListenerThreadInit(struct HdfDevListenerThread *thread) in HdfDevListenerThreadInit()
369 static int32_t GetValidPfdIndexLocked(struct HdfDevListenerThread *thread, struct HdfSyscallAdapter… in GetValidPfdIndexLocked()
406 static int32_t HdfAddAdapterToPfds(struct HdfDevListenerThread *thread, struct HdfSyscallAdapter *a… in HdfAddAdapterToPfds()
420 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.c60 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
83 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
119 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
311 static void CanTestStopTestThread(struct OsalThread *thread) in CanTestStopTestThread()
340 struct OsalThread *thread = NULL; in CanTestMultiThreadReadSameHandle() local
353 struct OsalThread *thread = NULL; in CanTestMultiThreadReadMultiHandle() local
370 struct OsalThread *thread = NULL; in CanTestMultiThreadSendSameHandle() local
382 struct OsalThread *thread = NULL; in CanTestMultiThreadSendMultiHandle() local
/drivers/hdf_core/framework/core/adapter/syscall/include/
Dhdf_syscall_adapter.h30 struct OsalThread thread; member
47 struct HdfDevListenerThread *thread; member
55 struct HdfDevListenerThread *thread; member
/drivers/hdf_core/framework/include/osal/
Dosal_thread.h92 #define OSAL_DECLARE_THREAD(thread) struct OsalThread thread argument
/drivers/hdf_core/framework/utils/include/
Dhdf_task_queue.h29 struct OsalThread thread; member
/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 AudioPnpInputStartThread() local
Dhdf_audio_pnp_uevent.c600 pthread_t thread; in AudioPnpUeventStartThread() 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.c125 static int32_t CreateTask(struct OsalThread *thread, char *taskName, OsalThreadEntry threadEntry, in CreateTask()
/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.c119 pthread_t thread; member