/drivers/hdf_core/framework/utils/src/ |
D | hdf_thread_ex.c | 13 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/ |
D | osal_thread.c | 59 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/ |
D | osal_thread.c | 59 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/ |
D | osal_thread.c | 63 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/ |
D | hdf_syscall_adapter.c | 70 static struct HdfSyscallAdapter *HdfFdToAdapterLocked(const struct HdfDevListenerThread *thread, in… in HdfFdToAdapterLocked() 91 …const 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/ |
D | hdf_device_thread.c | 94 struct DeviceThread *thread = in DeviceThreadNewInstance() local 102 void DeviceThreadFreeInstance(struct DeviceThread *thread) in DeviceThreadFreeInstance()
|
/drivers/hdf_core/framework/support/posix/src/ |
D | osal_thread.c | 60 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/ |
D | can_test.c | 289 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/ |
D | hdf_syscall_adapter.h | 30 struct OsalThread thread; member 47 struct HdfDevListenerThread *thread; member 55 struct HdfDevListenerThread *thread; member
|
/drivers/hdf_core/framework/include/osal/ |
D | osal_thread.h | 92 #define OSAL_DECLARE_THREAD(thread) struct OsalThread thread argument
|
/drivers/hdf_core/framework/utils/include/ |
D | hdf_task_queue.h | 29 struct OsalThread thread; member
|
/drivers/peripheral/usb/ddk/device/include/ |
D | usbfn_dev_mgr.h | 37 struct OsalThread thread; member
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
D | hdf_audio_input_event.c | 162 pthread_t thread; in AudioPnpInputStartThread() local
|
D | hdf_audio_pnp_uevent.c | 600 pthread_t thread; in AudioPnpUeventStartThread() local
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
D | platform_queue.h | 40 struct OsalThread thread; /* the worker thread of this queue */ member
|
/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/ |
D | flow_control_task.c | 125 static int32_t CreateTask(struct OsalThread *thread, char *taskName, OsalThreadEntry threadEntry, in CreateTask()
|
/drivers/hdf_core/framework/model/storage/include/mmc/ |
D | mmc_sdio.h | 46 struct OsalThread thread; /* irq thread */ member
|
/drivers/hdf_core/framework/support/platform/include/gpio/ |
D | gpio_core.h | 85 struct OsalThread thread; member
|
/drivers/peripheral/wlan/client/src/netlink/ |
D | netlink_cmd_adapter.c | 119 pthread_t thread; member
|