Home
last modified time | relevance | path

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

/drivers/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/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/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/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()
158 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
172 int32_t OsalThreadResume(struct OsalThread *thread) in OsalThreadResume()
/drivers/framework/core/adapter/syscall/src/
Dhdf_syscall_adapter.c66 static struct HdfSyscallAdapter *HdfFdToAdapterLocked(const struct HdfDevListenerThread *thread, in… in HdfFdToAdapterLocked()
87const struct HdfDevListenerThread *thread, struct HdfSyscallAdapter *adapter, const struct HdfWrit… in HdfDevEventDispatchLocked()
131 static int32_t HdfDevEventReadAndDispatch(struct HdfDevListenerThread *thread, int32_t fd) in HdfDevEventReadAndDispatch()
184 static int32_t AssignPfds(struct HdfDevListenerThread *thread, struct pollfd **pfds, uint16_t *pfdS… in AssignPfds()
220 struct HdfDevListenerThread *thread = (struct HdfDevListenerThread *)para; in HdfDevEventListenTask() local
305 static int32_t HdfDevListenerThreadDoInit(struct HdfDevListenerThread *thread) in HdfDevListenerThreadDoInit()
327 static int32_t HdfDevListenerThreadInit(struct HdfDevListenerThread *thread) in HdfDevListenerThreadInit()
348 static int32_t GetValidPfdIndexLocked(struct HdfDevListenerThread *thread, struct HdfSyscallAdapter… in GetValidPfdIndexLocked()
385 static int32_t HdfAddAdapterToPfds(struct HdfDevListenerThread *thread, struct HdfSyscallAdapter *a… in HdfAddAdapterToPfds()
399 static int32_t HdfListenThreadInitPollFds(struct HdfDevListenerThread *thread) in HdfListenThreadInitPollFds()
[all …]
/drivers/adapter/uhdf2/host/src/
Dhdf_device_thread.c94 struct DeviceThread *thread = in DeviceThreadNewInstance() local
102 void DeviceThreadFreeInstance(struct DeviceThread *thread) in DeviceThreadFreeInstance()
/drivers/framework/support/posix/src/
Dosal_thread.c58 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate()
81 int32_t OsalThreadDestroy(struct OsalThread *thread) in OsalThreadDestroy()
110 int32_t OsalThreadStart(struct OsalThread *thread, const struct OsalThreadParam *param) in OsalThreadStart()
/drivers/framework/core/adapter/syscall/include/
Dhdf_syscall_adapter.h32 struct OsalThread thread; member
49 struct HdfDevListenerThread *thread; member
57 struct HdfDevListenerThread *thread; member
/drivers/framework/include/osal/
Dosal_thread.h92 #define OSAL_DECLARE_THREAD(thread) struct OsalThread thread argument
/drivers/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/framework/support/platform/include/fwk/
Dplatform_queue.h41 struct OsalThread thread; /* the worker thread of this queue */ member
/drivers/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/framework/model/storage/include/mmc/
Dmmc_sdio.h46 struct OsalThread thread; /* irq thread */ member
/drivers/framework/support/platform/include/gpio/
Dgpio_core.h84 struct OsalThread thread; member
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c80 pthread_t thread; member