/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
D | osal_thread.h | 83 struct OsalThread { struct 93 #define OSAL_DECLARE_THREAD(thread) struct OsalThread thread argument 112 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara); 132 int32_t OsalThreadBind(struct OsalThread *thread, unsigned int cpuID); 150 int32_t OsalThreadStart(struct OsalThread *thread, const struct OsalThreadParam *param); 166 int32_t OsalThreadDestroy(struct OsalThread *thread); 182 int32_t OsalThreadSuspend(struct OsalThread *thread); 198 int32_t OsalThreadResume(struct OsalThread *thread);
|
/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/uniproton/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() 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/ |
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/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/test/unittest/platform/common/ |
D | timer_test.c | 157 static int32_t TimerTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2) in TimerTestStartThread() 197 static int32_t TimerTestCreateThread(struct OsalThread *thread1, struct OsalThread *thread2, in TimerTestCreateThread() 217 static void MultiThreadSourceRecycle(struct OsalThread *thread1, struct OsalThread *thread2, in MultiThreadSourceRecycle() 245 struct OsalThread thread1; in TimerTestMultiThread() 246 struct OsalThread thread2; in TimerTestMultiThread()
|
D | can_test.c | 285 static struct OsalThread *CanTestStartTestThread(OsalThreadEntry entry, DevHandle handle) in CanTestStartTestThread() 289 struct OsalThread *thread = (struct OsalThread *)OsalMemCalloc(sizeof(*thread)); in CanTestStartTestThread() 319 static void CanTestStopTestThread(struct OsalThread *thread) in CanTestStopTestThread() 349 struct OsalThread *thread = NULL; in CanTestMultiThreadReadSameHandle() 362 struct OsalThread *thread = NULL; in CanTestMultiThreadReadMultiHandle() 379 struct OsalThread *thread = NULL; in CanTestMultiThreadSendSameHandle() 391 struct OsalThread *thread = NULL; in CanTestMultiThreadSendMultiHandle()
|
D | dac_test.c | 149 static int32_t DacTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in DacTestStartThread() 193 struct OsalThread thread1; in DacTestMultiThread() 194 struct OsalThread thread2; in DacTestMultiThread()
|
D | adc_test.c | 162 static int32_t AdcTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in AdcTestStartThread() 206 struct OsalThread thread1; in AdcTestMultiThread() 207 struct OsalThread thread2; in AdcTestMultiThread()
|
D | regulator_test.c | 189 static int32_t RegulatorTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in RegulatorTestStartThread() 232 struct OsalThread thread1; in RegulatorTestMultiThread() 233 struct OsalThread thread2; in RegulatorTestMultiThread()
|
D | i2c_test.c | 247 static int32_t I2cTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in I2cTestStartThread() 290 struct OsalThread thread1; in I2cTestMultiThread() 291 struct OsalThread thread2; in I2cTestMultiThread()
|
D | platform_dumper_test.c | 337 static int32_t PlatformDumperTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in PlatformDumperTestStartThread() 380 struct OsalThread thread1; in PlatformDumperTestMultiThread() 381 struct OsalThread thread2; in PlatformDumperTestMultiThread()
|
D | i3c_test.c | 366 static int32_t I3cTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in I3cTestStartThread() 409 struct OsalThread thread1; in I3cTestThreadFunc() 410 struct OsalThread thread2; in I3cTestThreadFunc()
|
/drivers/peripheral/usb/ddk/host/include/ |
D | usb_interface_pool.h | 75 struct OsalThread ioSendProcess; 76 struct OsalThread ioAsyncReceiveProcess;
|
/drivers/peripheral/usb/sample/host/liteos_test/include/ |
D | usbhost_sdkraw_speed.h | 123 struct OsalThread ioThread; 124 struct OsalThread ioSendThread;
|
/drivers/peripheral/usb/sample/host/include/ |
D | usbhost_sdkraw_speed.h | 128 struct OsalThread ioThread; 129 struct OsalThread ioSendThread;
|
/drivers/hdf_core/framework/support/posix/src/ |
D | osal_thread.c | 62 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/utils/include/ |
D | hdf_thread_ex.h | 19 struct OsalThread adapter;
|
D | hdf_task_queue.h | 29 struct OsalThread thread;
|
/drivers/hdf_core/framework/core/adapter/syscall/include/ |
D | hdf_syscall_adapter.h | 30 struct OsalThread thread;
|
/drivers/peripheral/usb/ddk/device/include/ |
D | usbfn_dev_mgr.h | 37 struct OsalThread thread;
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
D | platform_queue.h | 40 struct OsalThread thread; /* the worker thread of this queue */
|
/drivers/hdf_core/framework/support/platform/include/can/ |
D | can_core.h | 62 struct OsalThread thread; // Irq thread
|
/drivers/peripheral/usb/serial/include/ |
D | usb_serial_rawapi.h | 137 struct OsalThread ioThread;
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
D | usb_raw_sdk_if_test.h | 113 struct OsalThread ioThread;
|