Searched refs:getpid (Results 1 - 25 of 33) sorted by relevance

12

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dgetpid.c32 * getpid
45 (void) sprintf(lm_usage, "note: measures getpid()");
59 (void) getpid();
H A Dmk_tarball10 libmicro_version=`bin/getpid -V`
H A Dsignal.c83 pid = getpid();
H A DMakefile.benchmarks58 getpid \
H A Dfile_lock.c75 (void) sprintf(fname, "/private/tmp/oneflock.%ld", getpid());
H A Dpipe.c471 getpid(), pthread_self());
484 getpid(), pthread_self());
502 (void) sprintf(path, "/private/tmp/pipe_%ld.%dA", getpid(), pthread_self());
504 (void) sprintf(path, "/private/tmp/pipe_%ld.%dB", getpid(), pthread_self());
H A Dcascade_fcntl.c112 (void) sprintf(fname, "%s/cascade.%ld", optd, getpid());
H A Dcascade_flock.c123 (void) sprintf(fname, "%s/cascade.%ld", optd, getpid());
H A Dcascade_lockf.c118 (void) sprintf(fname, "%s/cascade.%ld", optd, getpid());
/darwin-on-arm/xnu/libsyscall/custom/
H A D__getpid.s64 UNIX_SYSCALL_NONAME(getpid, 0, cerror_nocancel)
91 UNIX_SYSCALL_NONAME(getpid, 0, cerror_nocancel)
123 SYSCALL_NONAME(getpid, 0)
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsema_tests.c26 srand( (unsigned int)getpid() );
115 sprintf( &my_sema_name[0], "sema_testing_%d", getpid( ) );
H A Dshared_memory_tests.c55 if ( getpid( ) != my_shmid_ds.shm_cpid ) {
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dcreate_file.c125 sprintf(optf, "/tmp/create_file_%d", getpid());
H A Dlmbench_lat_sig_catch.c197 ts->pid = getpid();
H A Dlmbench_lat_sig_send.c190 ts->pid = getpid();
H A Dlmbench_bw_mmap_rd.c219 sprintf(optf, "/tmp/%d", (int)getpid());
289 sprintf(buf, "/tmp/%d", (int)getpid());
291 sprintf(s, "/tmp/%s%d", state->filename, (int)getpid());
H A Dgetaddrinfo_host.c203 srandom(getpid());
H A Dgetgrnam.c168 srandom(getpid());
H A Dlmbench_select_file.c133 pid = getpid();
H A Dlmbench_select_tcp.c153 pid = getpid();
348 port = (unsigned short)(getpid() << 4);
H A Dlmbench_lat_ctx.c291 handle_scheduler(getpid(), 0, procs-1);
298 handle_scheduler(getpid(), i, procs-1);
H A Dlmbench_bw_file_rd.c201 sprintf(optf, "/tmp/%d", (int)getpid());
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile83 getpid.2 \
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dpool.c237 "hit any key to start", getpid());
H A Dsets.c227 "hit any key to start", getpid());

Completed in 119 milliseconds

12