Home
last modified time | relevance | path

Searched refs:OsalThread (Results 1 – 25 of 37) sorted by relevance

12

/drivers/hdf_core/interfaces/inner_api/osal/shared/
Dosal_thread.h83 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/
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/test/unittest/platform/common/
Dtimer_test.c157 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()
Dcan_test.c285 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()
Ddac_test.c149 static int32_t DacTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in DacTestStartThread()
193 struct OsalThread thread1; in DacTestMultiThread()
194 struct OsalThread thread2; in DacTestMultiThread()
Dadc_test.c162 static int32_t AdcTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in AdcTestStartThread()
206 struct OsalThread thread1; in AdcTestMultiThread()
207 struct OsalThread thread2; in AdcTestMultiThread()
Dregulator_test.c189 static int32_t RegulatorTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in RegulatorTestStartThread()
232 struct OsalThread thread1; in RegulatorTestMultiThread()
233 struct OsalThread thread2; in RegulatorTestMultiThread()
Di2c_test.c247 static int32_t I2cTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in I2cTestStartThread()
290 struct OsalThread thread1; in I2cTestMultiThread()
291 struct OsalThread thread2; in I2cTestMultiThread()
Dplatform_dumper_test.c337 static int32_t PlatformDumperTestStartThread(struct OsalThread *thread1, struct OsalThread *thread2, in PlatformDumperTestStartThread()
380 struct OsalThread thread1; in PlatformDumperTestMultiThread()
381 struct OsalThread thread2; in PlatformDumperTestMultiThread()
Di3c_test.c366 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/
Dusb_interface_pool.h75 struct OsalThread ioSendProcess;
76 struct OsalThread ioAsyncReceiveProcess;
/drivers/peripheral/usb/sample/host/liteos_test/include/
Dusbhost_sdkraw_speed.h123 struct OsalThread ioThread;
124 struct OsalThread ioSendThread;
/drivers/peripheral/usb/sample/host/include/
Dusbhost_sdkraw_speed.h128 struct OsalThread ioThread;
129 struct OsalThread ioSendThread;
/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/utils/include/
Dhdf_thread_ex.h19 struct OsalThread adapter;
Dhdf_task_queue.h29 struct OsalThread thread;
/drivers/hdf_core/framework/core/adapter/syscall/include/
Dhdf_syscall_adapter.h30 struct OsalThread thread;
/drivers/peripheral/usb/ddk/device/include/
Dusbfn_dev_mgr.h37 struct OsalThread thread;
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_queue.h40 struct OsalThread thread; /* the worker thread of this queue */
/drivers/hdf_core/framework/support/platform/include/can/
Dcan_core.h62 struct OsalThread thread; // Irq thread
/drivers/peripheral/usb/serial/include/
Dusb_serial_rawapi.h137 struct OsalThread ioThread;
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_raw_sdk_if_test.h113 struct OsalThread ioThread;

12