Searched defs:OsalThreadCreate (Results 1 – 5 of 5) sorted by relevance
/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() function
|
/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() function
|
/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() function
|
/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() function
|
/drivers/hdf_core/framework/support/posix/src/ |
D | osal_thread.c | 62 int32_t OsalThreadCreate(struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) in OsalThreadCreate() function
|