Searched refs:getppid (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dgetppid.c31 #pragma ident "@(#)getppid.c 1.0 06/20/06 Apple Inc."
48 (void) sprintf(lm_usage, "note: measures getppid()");
62 (void) getppid();
H A Dlm_null_call.c134 (void) fprintf(stderr, "null_call (getppid)\n");
180 getppid();
H A DMakefile.benchmarks34 getppid \
H A Dlmbench_select_tcp.c181 while (pid == getppid()) {
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.benchmarks115 getppid \
H A DREADME96 getppid
H A Dbench.sh45 echo "$0 getppid : This will run only the getppid tests"
52 lmbench=2 # to check if only a single test is to be run. e.g, ./bench.sh getppid
253 getppid $OPTS -N "getppid" -I 5
H A Dcoreos_bench.sh44 echo "$0 getppid : This will run only the getppid tests"
51 lmbench=2 # to check if only a single test is to be run. e.g, ./coreos_bench.sh getppid
279 getppid $OPTS -N "getppid" -I 5
H A Dembd_bench.sh45 echo "$0 getppid : This will run only the getppid tests"
52 lmbench=2 # to check if only a single test is to be run. e.g, ./bench.sh getppid
259 getppid $OPTS -N "getppid" -I 5
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile84 getppid.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c186 * getppid
197 getppid(proc_t p, __unused struct getppid_args *uap, int32_t *retval) function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c1531 * Test getpid, getppid, and pipe system calls.
1570 /* get the parent's pid using getppid and from the parent (using getpid in porent) */
1584 if ( getppid( ) != my_ppid ) {
1585 printf( "getppid failed. pid we got from parent does not match getppid result. \n" );
1744 my_err = syscall( SYS_settid_with_pid, getppid( ), 1 );

Completed in 31 milliseconds