/device/soc/esp/esp32/components/bt/common/osi/ |
D | thread.c | 37 osi_thread_t *thread; member 52 osi_thread_t *thread = start->thread; in osi_thread_run() local 84 static int osi_thread_join(osi_thread_t *thread, uint32_t wait_ms) in osi_thread_join() 90 static void osi_thread_stop(osi_thread_t *thread) in osi_thread_stop() 113 osi_thread_t *thread; in osi_thread_create() local 201 void osi_thread_free(osi_thread_t *thread) in osi_thread_free() 230 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… in osi_thread_post() 256 bool osi_thread_set_priority(osi_thread_t *thread, int priority) in osi_thread_set_priority() 264 const char *osi_thread_name(osi_thread_t *thread) in osi_thread_name() 271 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx) in osi_thread_queue_wait_size()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
D | pthread.c | 120 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() 173 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() 202 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() 231 int pthread_cancel(pthread_t thread) in pthread_cancel() 298 int pthread_join(pthread_t thread, void **retval) in pthread_join() 340 int pthread_detach(pthread_t thread) in pthread_detach() 393 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() 416 int pthread_getname_np(pthread_t thread, char *buf, size_t buflen) in pthread_getname_np()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_Thread.c | 60 ROCKCHIP_THREAD_HANDLE_TYPE *thread; in Rockchip_OSAL_ThreadCreate() local 115 ROCKCHIP_THREAD_HANDLE_TYPE *thread = (ROCKCHIP_THREAD_HANDLE_TYPE *)threadHandle; in Rockchip_OSAL_ThreadTerminate() local 137 ROCKCHIP_THREAD_HANDLE_TYPE *thread = (ROCKCHIP_THREAD_HANDLE_TYPE *)threadHandle; in Rockchip_OSAL_ThreadCancel() local
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/port/ |
D | os_port.c | 28 __bk_weak bk_err_t rtos_create_thread(beken_thread_t* thread, uint8_t priority, const char* name, in rtos_create_thread() 37 __bk_weak bk_err_t rtos_delete_thread( beken_thread_t* thread ) in rtos_delete_thread() 42 __bk_weak bk_err_t rtos_thread_join(beken_thread_t* thread) in rtos_thread_join() 47 __bk_weak bool rtos_is_current_thread(beken_thread_t* thread) in rtos_is_current_thread() 259 __bk_weak void rtos_suspend_thread(beken_thread_t *thread) in rtos_suspend_thread() 263 __bk_weak void rtos_resume_thread(beken_thread_t *thread) in rtos_resume_thread()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_os/liteos_m_mst/ |
D | rtos_pub.c | 96 bk_err_t rtos_create_thread( beken_thread_t *thread, uint8_t priority, const char *name, in rtos_create_thread() 144 bk_err_t rtos_delete_thread(beken_thread_t *thread) in rtos_delete_thread() 184 uint32_t _thread_get_status(beken_thread_t *thread) in _thread_get_status() 214 bk_err_t rtos_thread_join(beken_thread_t *thread) in rtos_thread_join() 225 bool rtos_is_current_thread( beken_thread_t *thread ) in rtos_is_current_thread() 261 bk_err_t rtos_thread_force_awake( beken_thread_t *thread ) in rtos_thread_force_awake() 274 void rtos_suspend_thread(beken_thread_t *thread) in rtos_suspend_thread() 307 void rtos_resume_thread(beken_thread_t *thread) in rtos_resume_thread()
|
/device/soc/esp/esp32/components/pthread/ |
D | pthread.c | 1131 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() 1139 int pthread_getname_np(pthread_t thread, char *buf, size_t buflen) in pthread_getname_np() 1282 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() 1321 int pthread_join(pthread_t thread, void **retval) in pthread_join() 1345 int pthread_setschedprio(pthread_t thread, int prio) in pthread_setschedprio() 1354 int pthread_detach(pthread_t thread) in pthread_detach()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_task.c | 27 osal_task_t *osal_kthread_create(threadfn_t thread, void *data, const char *name) in osal_kthread_create()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/os/ |
D | os.h | 130 beken_thread_t thread; /**< OS thread handle */ member 139 beken_worker_thread_t *thread; /**< OS work thread handle */ member
|
/device/soc/bestechnic/bes2600/liteos_m/components/ui/ |
D | ui_main.cpp | 144 pthread_t thread; in UiMain() local
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/rtos/ |
D | lega_rtos.c | 91 OSStatus lega_rtos_create_thread(lega_thread_t *thread, uint8_t priority, const char *name, in lega_rtos_create_thread() 129 OSStatus lega_rtos_delete_thread(lega_thread_t *thread) in lega_rtos_delete_thread()
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/freertos/ |
D | MQTTFreeRTOS.c | 21 int ThreadStart(Thread* thread, void (*fn)(void*), void* arg) in ThreadStart()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/ |
D | aml_vcodec_dec.c | 983 struct aml_vdec_thread *thread = in vdec_thread() local 1015 struct aml_vdec_thread *thread = NULL; in aml_thread_notify() local 1032 struct aml_vdec_thread *thread; in aml_thread_start() local 1066 struct aml_vdec_thread *thread = NULL; in aml_thread_stop() local
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/ext_inc/ |
D | valg_plat.h | 112 __inline static hi_s32 valg_thread_init(osal_task_t **thread, hi_void *task_function, hi_void *data… in valg_thread_init()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
D | oal_thread.h | 245 static inline hi_u32 oal_set_thread_property(const oal_kthread_stru *thread, const oal_kthread_para… in oal_set_thread_property()
|
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/ |
D | sys_arch.c | 393 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread , void *arg, int stacksize, int… in sys_thread_new()
|
/device/board/bearpi/bearpi_hm_nano/third_party/paho_mqtt/MQTTClient-C/src/ |
D | MQTTClient.h | 113 Thread thread; member
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/ |
D | MQTTClient.h | 126 Thread thread; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
D | mali_kbase_vinstr.c | 114 struct task_struct *thread; member 469 struct task_struct *thread = NULL; in kbasep_vinstr_attach_client() local 585 struct task_struct *thread = NULL; in kbase_vinstr_detach_client() local
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
D | mali_kbase_vinstr.c | 126 struct task_struct *thread; member 508 struct task_struct *thread = NULL; in kbasep_vinstr_attach_client() local 626 struct task_struct *thread = NULL; in kbase_vinstr_detach_client() local
|
/device/soc/esp/esp32/components/esp_lwip/port/ |
D | sys_arch.c | 402 sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio) in sys_thread_new()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
D | bh.c | 182 struct task_struct *thread = hw_priv->proc.proc_thread; in bh_proc_deinit() local 755 struct task_struct *thread = hw_priv->bh_thread; in xradio_unregister_bh() local
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
D | interface.c | 178 struct OsalThread thread; in CreateEthIrqThread() local
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/dvb_ci/cimcu/ |
D | dvb_ca_en50221_cimcu.c | 155 struct task_struct *thread; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/dvb_ci/cimax/ |
D | dvb_ca_en50221_cimax.c | 161 struct task_struct *thread; member
|
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/ |
D | gt9xx_update.c | 2502 struct task_struct *thread = NULL; in gup_init_update_proc() local
|