Home
last modified time | relevance | path

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

/xnu-8020.140.41/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.c348 if (kill(getppid(), SIGUSR1) != 0) {
378 if (kill(getppid(), SIGUSR2) != 0) {
386 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 Dmemorystatus_freeze_test.c440 if (kill(getppid(), SIGUSR1) != 0) {
481 if (kill(getppid(), SIGUSR1) != 0) {
545 if (kill(getppid(), SIGUSR1) != 0) {
1139 if (kill(getppid(), SIGUSR1) != 0) {
1762 if (kill(getppid(), SIGUSR1) != 0) {
H A Dstackshot_accuracy.m70 pid_t ppid = getppid();
296 kill(getppid(), SIGUSR1);
H A Dstackshot_tests.m484 …T_QUIET; T_ASSERT_POSIX_SUCCESS(kill(getppid(), (addr == prevaddr) ? SIGUSR2 : SIGUSR1), "signaled…
666 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot");
775 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take timestamp");
784 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot");
1572 pid_t ppid = getppid();
/xnu-8020.140.41/tools/tests/perf_index/
H A Dperfindex-syscall.c8 getppid();
H A DREADME43 syscall - calls the getppid(2) system call n times
/xnu-8020.140.41/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-8020.140.41/bsd/man/man2/
H A DMakefile102 getppid.2 \
/xnu-8020.140.41/san/tools/
H A Dksancov.c261 int ppid = getppid(); in main()
/xnu-8020.140.41/tests/vm/
H A Dmemorystatus_sort_test.c102 if (kill(getppid(), SIGUSR1) != 0) {
/xnu-8020.140.41/bsd/kern/
H A Dkern_prot.c174 getppid(proc_t p, __unused struct getppid_args *uap, int32_t *retval) in getppid() function