Home
last modified time | relevance | path

Searched refs:prctl (Results 126 - 150 of 401) sorted by relevance

12345678910>>...17

/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_task.cpp20 #include <sys/prctl.h>
148 prctl(PR_SET_NAME, "Engine Service Lume", 0, 0, 0); in SetName()
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c19 #include <sys/prctl.h>
167 ASSERT_EQ(prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0), 0); in TEST()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbackward-ring-buffer.c8 #include <sys/prctl.h>
28 prctl(PR_SET_NAME, proc_name); in testcase()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dbackward-ring-buffer.c8 #include <sys/prctl.h>
28 prctl(PR_SET_NAME, proc_name); in testcase()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtimerlat_u.c17 #include <sys/prctl.h>
168 prctl(PR_SET_NAME, (unsigned long)proc_name, 0, 0, 0); in timerlat_u_dispatcher()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c5 #include <sys/prctl.h>
39 prctl(exp_arg1, exp_arg2, exp_arg3, exp_arg4, exp_arg5); in test_bpf_syscall_macro()
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c19 #include <sys/prctl.h>
167 ASSERT_EQ(prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0), 0); in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c10 #include <sys/prctl.h>
58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0) in fork_child()
59 err(EXIT_FAILURE, "(pid=%d): prctl(PR_SET_PDEATHSIG)", pid); in fork_child()
/kernel/linux/linux-6.6/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c18 #include <sys/prctl.h>
163 if (prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, in main()
167 perror("prctl failed\n"); in main()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise08.c26 #include <sys/prctl.h>
58 switch (prctl(PR_GET_DUMPABLE)) { in setup()
64 tst_brk(TBROK | TERRNO, "prctl(PR_GET_DUMPABLE)"); in setup()
/third_party/rust/crates/rustix/src/process/
H A Dmod.rs13 mod prctl; modules
56 pub use prctl::*;
H A Dprctl.rs1 //! Bindings for the Linux `prctl` system call.
30 syscalls::prctl(option, NULL, NULL, NULL, NULL)
36 syscalls::prctl(option, arg2, NULL, NULL, NULL)
45 syscalls::prctl(option, arg2, arg3, ptr::null_mut(), ptr::null_mut())
75 /// - [Linux: `prctl(PR_GET_PDEATHSIG,...)`]
78 /// [Linux: `prctl(PR_GET_PDEATHSIG,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
90 /// - [Linux: `prctl(PR_SET_PDEATHSIG,...)`]
93 /// [Linux: `prctl(PR_SET_PDEATHSIG,...)`]: https://man7.org/linux/man-pages/man2/prctl
[all...]
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/
H A DMakefile9 obj-$(CONFIG_64BIT) += prctl.o
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A DMakefile9 obj-$(CONFIG_64BIT) += prctl.o
/third_party/rust/crates/rustix/tests/thread/
H A Dmain.rs11 mod prctl; modules
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_workthread.cpp22 #include <sys/prctl.h>
119 int32_t ret = prctl(PR_SET_NAME, threadName.c_str()); in ThreadHandler()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c21 #include <sys/prctl.h>
72 prctl(PR_SET_NAME, startPromise->name); in ThreadStartFunc()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c6 #include <sys/prctl.h>
144 err = prctl(PR_SET_PDEATHSIG, SIGKILL); in local_storage_tasks_trace_setup()
146 fprintf(stderr, "prctl failed with err %d, exiting\n", errno); in local_storage_tasks_trace_setup()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttranshuge.c57 #include <sys/prctl.h>
242 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, in prep_injection()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dttranshuge.c57 #include <sys/prctl.h>
242 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, in prep_injection()
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dsyscalls.rs446 pub(crate) unsafe fn prctl(
453 ret_c_int(c::prctl(option, arg2, arg3, arg4, arg5))
/kernel/linux/linux-5.10/tools/lib/lockdep/
H A Dcommon.c24 prctl(PR_GET_NAME, current_obj.comm); in __curr()
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dx86_arch_prctl.sh7 prctl_arch_header=${x86_header_dir}/prctl.h
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_non_streaming.c11 #include <sys/prctl.h>
H A Dsme_trap_no_sm.c11 #include <sys/prctl.h>

Completed in 8 milliseconds

12345678910>>...17