Home
last modified time | relevance | path

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

/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/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/hisilicon/ws63v100/sdk/kernel/osal_adapt/src/
Dosal_adapt_task.c19 osal_task *osal_adapt_kthread_create(osal_kthread_handler thread, void *data, in osal_adapt_kthread_create()
/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/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/ssl/
Dssl_pthread_server.c114 pthread_t thread; member
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/compat/linux/include/linux/
Dworkqueue.h79 task_struct *thread; /* Workqueue handling thread. */ member
/device/soc/hisilicon/ws63v100/sdk/open_source/7-zip-lzma-sdk/lzma_22.00/C/
DLzFindMt.h15 CThread thread; member
DMtCoder.h54 CThread thread; member
DMtDec.h50 CThread 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/hisilicon/ws63v100/sdk/open_source/mqtt/paho.mqtt.c/src/
DThread.c68 thread_type thread = NULL; in Thread_start() local
/device/soc/hisilicon/common/platform/hieth-sf/src/
Dinterface.c178 struct OsalThread thread; in CreateEthIrqThread() local
/device/soc/rockchip/common/sdk_linux/kernel/
Dcpu.c68 struct task_struct *thread; member
/device/soc/rockchip/common/sdk_linux/include/linux/
Dsched.h1501 struct thread_struct thread; member