Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 29) sorted by relevance

12

/device/soc/esp/esp32/components/bt/common/osi/
Dthread.c37 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/
Dpthread.c120 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/
DRockchip_OSAL_Thread.c60 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/
Dos_port.c28 __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/
Drtos_pub.c96 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/
Dpthread.c1131 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/
Dosal_task.c27 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/
Dos.h130 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/
Dui_main.cpp144 pthread_t thread; in UiMain() local
/device/soc/asrmicro/asr582x/liteos_m/sdk/rtos/
Dlega_rtos.c91 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/
DMQTTFreeRTOS.c21 int ThreadStart(Thread* thread, void (*fn)(void*), void* arg) in ThreadStart()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/
Daml_vcodec_dec.c983 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/
Dvalg_plat.h112 __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/
Doal_thread.h245 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/
Dsys_arch.c393 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/
DMQTTClient.h113 Thread thread; member
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/
DMQTTClient.h126 Thread thread; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_vinstr.c114 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/
Dmali_kbase_vinstr.c126 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/
Dsys_arch.c402 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/
Dbh.c182 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/
Dinterface.c178 struct OsalThread thread; in CreateEthIrqThread() local
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/dvb_ci/cimcu/
Ddvb_ca_en50221_cimcu.c155 struct task_struct *thread; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/dvb_ci/cimax/
Ddvb_ca_en50221_cimax.c161 struct task_struct *thread; member
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/
Dgt9xx_update.c2502 struct task_struct *thread = NULL; in gup_init_update_proc() local

12