/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/cnn_trash_classify/ |
H A D | cnn_trash_classify.c | 31 #include <sys/prctl.h>
148 prctl(PR_SET_NAME, (unsigned long)audioThreadName, 0, 0, 0);
in CnnTrashClassifyLoadModel()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/ |
H A D | hi_wtdg.c | 22 #include <sys/prctl.h> 319 prctl(PR_SET_NAME, "hidog_deamon", 0, 0, 0); in hidog_deamon()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_isp.c | 30 #include <sys/prctl.h> 153 prctl(PR_SET_NAME, szThreadName, 0, 0, 0); in SAMPLE_COMM_ISP_Thread()
|
H A D | sample_comm_venc.c | 30 #include <sys/prctl.h> 1515 prctl(PR_SET_NAME, "GetVencStream", 0, 0, 0); in SAMPLE_COMM_VENC_GetVencStreamProc()
|
H A D | sample_comm_vi.c | 31 #include <sys/prctl.h>
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
H A D | sample_ive_md.c | 27 #include <sys/prctl.h>
257 s32Ret = prctl(PR_SET_NAME, "IVE_MdProc", 0, 0, 0);
in SAMPLE_IVE_Md()
|
H A D | sample_ive_od.c | 27 #include <sys/prctl.h>
296 s32Ret = prctl(PR_SET_NAME, "IVE_OdProc", 0, 0, 0);
in SAMPLE_IVE_Od()
|
H A D | sample_ive_kcf.c | 26 #include <sys/prctl.h>
2412 prctl(PR_SET_NAME, "GetFrame", 0, 0, 0);
in SAMPLE_IVE_Kcf() 2415 prctl(PR_SET_NAME, "KcfTracking", 0, 0, 0);
in SAMPLE_IVE_Kcf() 2418 prctl(PR_SET_NAME, "NNIEDetect", 0, 0, 0);
in SAMPLE_IVE_Kcf()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/ |
H A D | sample_media_opencv.cpp | 27 #include <sys/prctl.h>
223 prctl(PR_SET_NAME, (unsigned long)tennisDetectThreadName, 0, 0, 0);
|
H A D | sample_media_ai.c | 26 #include <sys/prctl.h>
1960 prctl(PR_SET_NAME, (unsigned long)acThreadName, 0, 0, 0);
in CnnTrashAiThreadProcess() 1972 prctl(PR_SET_NAME, (unsigned long)acThreadName, 0, 0, 0);
in HandClassifyAiThreadProcess()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
H A D | posix_help.c | 20 #include <sys/prctl.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | prctl.h | 161 int prctl (int, ...);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
H A D | cmpi_log.c | 22 #include <sys/prctl.h> 397 prctl(PR_SET_NAME, "hi_log_read_q", 0, 0, 0); in read_q()
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/ |
H A D | process.c | 46 #include <linux/prctl.h> 689 * only prevents the tagged address ABI enabling via prctl() and does not
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/ |
H A D | osd_img.c | 17 #include <sys/prctl.h>
849 prctl(PR_SET_NAME, __FUNCTION__, 0, 0, 0);
in OSD_TimeUpdate()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
H A D | ai_infer_process.c | 27 #include <sys/prctl.h>
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/ |
H A D | Rockchip_OMX_Basecomponent.c | 34 #include <sys/prctl.h>
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/ |
H A D | sample_nnie.c | 26 #include <sys/prctl.h>
1890 s32Ret = prctl(PR_SET_NAME, "NNIE_ViToVo", 0, 0, 0);
in SAMPLE_SVP_NNIE_Rfcn()
|