/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_fork_processes.c | 16 pid_t pid; in main() local
|
/third_party/musl/src/unistd/ |
H A D | getpgid.c | 4 pid_t getpgid(pid_t pid) in getpgid() argument
|
H A D | getsid.c | 4 pid_t getsid(pid_t pid) in getsid() argument
|
/third_party/musl/porting/linux/user/src/sched/ |
H A D | sched_getscheduler.c | 5 int sched_getscheduler(pid_t pid)
in sched_getscheduler() argument
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
H A D | sched_getscheduler.c | 6 int sched_getscheduler(pid_t pid) in sched_getscheduler() argument
|
/third_party/musl/src/sched/ |
H A D | sched_getscheduler.c | 8 int sched_getscheduler(pid_t pid) in sched_getscheduler() argument
|
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
H A D | prctl.c | 9 int os_arch_prctl(int pid, int option, unsigned long *arg2) in os_arch_prctl() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/pid_namespace/ |
H A D | regression_enomem.c | 24 pid_t pid; in TEST() local
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_current_task_under_cgroup_kern.c | 33 u64 pid = bpf_get_current_pid_tgid(); in bpf_prog1() local
|
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/ |
H A D | prctl.c | 9 int os_arch_prctl(int pid, int option, unsigned long *arg2) in os_arch_prctl() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | read_bpf_task_storage_busy.c | 12 int pid = 0; variable
|
/kernel/linux/linux-6.6/tools/testing/selftests/pid_namespace/ |
H A D | regression_enomem.c | 24 pid_t pid; in TEST() local
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_current_task_under_cgroup.bpf.c | 32 u64 pid = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local
|
/kernel/liteos_a/testsuites/unittest/fuzz/ |
H A D | clone_fuzzer.cpp | 53 pid_t pid = clone(childFunc, NULL, number, NULL); in TestClone() local
|
H A D | posix_spawn_fuzzer.cpp | 42 s32 pid = *(s32 *)DT_SetGetS32(&g_Element[0], INITVALUE_S32); in TestPosixSpawn() local
|
H A D | posix_spawnp_fuzzer.cpp | 42 s32 pid = *(s32 *)DT_SetGetS32(&g_Element[0], INITVALUE_S32); in TestPosixSpawnp() local
|
/third_party/elfutils/tests/ |
H A D | deleted.c | 37 pid_t pid = fork (); in main() local
|
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_create.c | 31 _UPT_create (pid_t pid) in _UPT_create() argument
|
H A D | _UPT_internal.h | 53 pid_t pid; /* the process-id of the child we're unwinding */ member
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns_helper.h | 26 int pid, status; in check_newpid() local
|
/third_party/ltp/lib/newlib_tests/ |
H A D | test22.c | 14 int pid = SAFE_FORK(); in do_test() local
|
/third_party/ltp/lib/tests/ |
H A D | tst_checkpoint.c | 33 int pid; in main() local
|
H A D | tst_checkpoint_wait_timeout.c | 33 int pid; in main() local
|
H A D | tst_record_childstatus.c | 31 int pid; in main() local
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | ipcns_helper.h | 31 int pid, status; in check_newipc() local
|