Home
last modified time | relevance | path

Searched refs:getppid (Results 1 – 22 of 22) sorted by relevance

/xnu-12377.81.4/tests/
H A Dproc_info_udata.c41 ret = proc_udata_info(getppid(), PROC_UDATA_INFO_GET, &udata, sizeof(udata));
46 ret = proc_udata_info(getppid(), PROC_UDATA_INFO_SET, &udata, sizeof(udata));
H A Dstackshot_translated_child.c9 kill(getppid(), SIGUSR1); in main()
H A Dperf_compressor.c349 if (kill(getppid(), SIGUSR1) != 0) {
379 if (kill(getppid(), SIGUSR2) != 0) {
387 if (kill(getppid(), SIGUSR1) != 0) {
H A Dmemorystatus_zone_test.c174 kill(getppid(), SIGUSR1); in allocate_vm_stuff()
179 if (getppid() == 1) { in allocate_vm_stuff()
234 kill(getppid(), SIGUSR1); in allocate_from_generic_zone()
239 if (getppid() == 1) { in allocate_from_generic_zone()
H A Darm_mte_debugger_helper.c113 while (getppid() != 1) { in main()
H A Dksancov.c74 getppid();
H A Dstackshot_accuracy.m72 pid_t ppid = getppid();
298 kill(getppid(), SIGUSR1);
H A Dstackshot_tests.m648 …T_QUIET; T_ASSERT_POSIX_SUCCESS(kill(getppid(), (addr == prevaddr) ? SIGUSR2 : SIGUSR1), "signaled…
831 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot");
942 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take timestamp");
951 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot");
1864 pid_t ppid = getppid();
H A Darm_mte.c844 kr = task_for_pid(mach_task_self(), getppid(), &port); in do_remap_test()
/xnu-12377.81.4/tools/tests/perf_index/
H A Dperfindex-syscall.c8 getppid();
H A DREADME43 syscall - calls the getppid(2) system call n times
/xnu-12377.81.4/tests/recount/
H A Dthread_selfcounts_tests.c189 (void)getppid(); in _expect_counts_on_perf_level()
211 (void)getppid(); in _expect_no_counts_on_perf_level()
H A Drecount_test_utils.c195 (void)getppid(); in run_on_all_perf_levels()
/xnu-12377.81.4/tests/vm_memory_tests_src/
H A Dserver.c7 …entSource = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)getppid(), DISPATCH_PROC_… in main()
/xnu-12377.81.4/bsd/man/man2/
H A DMakefile105 getppid.2 \
/xnu-12377.81.4/tests/vm/
H A Dmemorystatus_freeze_test.c460 if (kill(getppid(), SIGUSR1) != 0) {
501 if (kill(getppid(), SIGUSR1) != 0) {
600 if (kill(getppid(), SIGUSR1) != 0) {
1213 if (kill(getppid(), SIGUSR1) != 0) {
1872 if (kill(getppid(), SIGUSR1) != 0) {
2382 kill(getppid(), SIGUSR2);
H A Dmemorystatus_rearm.c191 ret = kill(getppid(), SIGUSR1);
H A Dmemorystatus_sort_test.c237 if (kill(getppid(), SIGUSR1) != 0) {
H A Dvm_reclaim.c331 if (kill(getppid(), SIGUSR1) != 0) { in allocate_and_suspend()
/xnu-12377.81.4/san/tools/
H A Dksancov.c385 int ppid = getppid(); in main()
/xnu-12377.81.4/tests/sched/
H A Dsetitimer.c850 (void)getppid();
/xnu-12377.81.4/bsd/kern/
H A Dkern_prot.c177 getppid(proc_t p, __unused struct getppid_args *uap, int32_t *retval) in getppid() function