Searched refs:getppid (Results 1 – 18 of 18) sorted by relevance
| /xnu-11417.140.69/tests/ ! |
| H A D | proc_info_udata.c | 41 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 D | stackshot_translated_child.c | 9 kill(getppid(), SIGUSR1); in main()
|
| H A D | perf_compressor.c | 349 if (kill(getppid(), SIGUSR1) != 0) { 379 if (kill(getppid(), SIGUSR2) != 0) { 387 if (kill(getppid(), SIGUSR1) != 0) {
|
| H A D | memorystatus_zone_test.c | 174 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 D | stackshot_accuracy.m | 72 pid_t ppid = getppid(); 298 kill(getppid(), SIGUSR1);
|
| H A D | setitimer.c | 769 (void)getppid();
|
| H A D | stackshot_tests.m | 647 …T_QUIET; T_ASSERT_POSIX_SUCCESS(kill(getppid(), (addr == prevaddr) ? SIGUSR2 : SIGUSR1), "signaled… 830 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot"); 941 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take timestamp"); 950 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot"); 1863 pid_t ppid = getppid();
|
| /xnu-11417.140.69/tools/tests/perf_index/ ! |
| H A D | perfindex-syscall.c | 8 getppid();
|
| H A D | README | 43 syscall - calls the getppid(2) system call n times
|
| /xnu-11417.140.69/tests/recount/ ! |
| H A D | thread_selfcounts_tests.c | 192 (void)getppid(); in _expect_counts_on_perf_level() 214 (void)getppid(); in _expect_no_counts_on_perf_level()
|
| H A D | recount_test_utils.c | 194 (void)getppid(); in run_on_all_perf_levels()
|
| /xnu-11417.140.69/tests/vm_memory_tests_src/ ! |
| H A D | server.c | 7 …entSource = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)getppid(), DISPATCH_PROC_… in main()
|
| /xnu-11417.140.69/bsd/man/man2/ ! |
| H A D | Makefile | 105 getppid.2 \
|
| /xnu-11417.140.69/san/tools/ ! |
| H A D | ksancov.c | 288 int ppid = getppid(); in main()
|
| /xnu-11417.140.69/tests/vm/ ! |
| H A D | memorystatus_freeze_test.c | 460 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 D | memorystatus_sort_test.c | 99 if (kill(getppid(), SIGUSR1) != 0) {
|
| H A D | vm_reclaim.c | 338 if (kill(getppid(), SIGUSR1) != 0) { in allocate_and_suspend()
|
| /xnu-11417.140.69/bsd/kern/ ! |
| H A D | kern_prot.c | 174 getppid(proc_t p, __unused struct getppid_args *uap, int32_t *retval) in getppid() function
|