/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process_32.c | 35 #include <linux/prctl.h>
|
H A D | process_64.c | 37 #include <linux/prctl.h> 46 #include <asm/prctl.h>
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | vector.c | 12 #include <linux/prctl.h>
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | proc.c | 7 #include <asm/prctl.h>
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-caps.c | 46 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in _lws_plat_apply_caps()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-linux.cc | 13 #include <sys/prctl.h>
|
/applications/sample/camera/setting/setting/src/main/cpp/ |
H A D | wpa_work.c | 17 #include <sys/prctl.h> 485 prctl(PR_SET_NAME, "WPA_THREAD"); in ThreadMain()
|
/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/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
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()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | task_executor_impl.cpp | 20 #include <sys/prctl.h> 318 if (prctl(PR_GET_NAME, threadNameBuf) < 0) { in FillTaskTypeTable()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | video_component.cpp | 23 #include <sys/prctl.h>
582 prctl(PR_SET_NAME, "UpdateProgressHandler");
in UpdateProgressHandler()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_runner.cpp | 26 #include <sys/prctl.h> 44 if (prctl(PR_SET_NAME, name.c_str()) < 0) { in SystemCallSetThreadName()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread.cpp | 72 #include <sys/prctl.h> 78 if (prctl(PR_SET_NAME, name.c_str()) < 0) { in SystemCallSetThreadName()
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_sink.cpp | 18 #include <sys/prctl.h> 318 prctl(PR_SET_NAME, "RecorderMessageThread", 0, 0, 0); in MessageThread()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | fsgsbase.c | 16 #include <asm/prctl.h> 17 #include <sys/prctl.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 39 #include <sys/prctl.h> 689 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 38 #include <sys/prctl.h> 688 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 26 #include <asm/prctl.h> 27 #include <sys/prctl.h>
|
H A D | fsgsbase.c | 16 #include <asm/prctl.h> 17 #include <sys/prctl.h>
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/ |
H A D | output_controller.cpp | 19 #include <sys/prctl.h> 211 prctl(PR_SET_NAME, OUTPUT_HANDLE_THREAD_NAME.c_str()); in LooperHandle() 223 prctl(PR_SET_NAME, LOOPER_CONTROL_THREAD_NAME.c_str()); in LooperControl()
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
H A D | hi_state_machine.cpp | 20 #include <sys/prctl.h>
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | process.c | 32 #include <linux/prctl.h>
|
/kernel/linux/linux-5.10/kernel/ |
H A D | uid16.c | 11 #include <linux/prctl.h>
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | process_32.c | 35 #include <linux/prctl.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 13 #include <sys/prctl.h>
|