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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/custom/
H A D__getpid.s56 SYSCALL_NONAME(getpid, 0)
102 UNIX_SYSCALL_NONAME(getpid, 0)
129 UNIX_SYSCALL_NONAME(getpid, 0)
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dsema_tests.c25 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 ) {
H A Dtests.c1406 * Test getpid, getppid, and pipe system calls.
1445 /* get the parent's pid using getppid and from the parent (using getpid in porent) */
1466 /* parent process - get our pid using getpid and send it to child for verification */
1470 sprintf( &my_pid_string[0], "%d\n", getpid( ) );
3238 my_pid = getpid( );
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile78 getpid.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dpool.c237 "hit any key to start", getpid());
H A Dsets.c227 "hit any key to start", getpid());
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMPMMtest.c703 sprintf(server_port_name[i], "PORT.%06d.%02d", getpid(), i);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c165 * getpid
176 getpid(proc_t p, __unused struct getpid_args *uap, register_t *retval) function
H A Dinit_sysent.c71 {0, 0, 0, (sy_call_t *)getpid, NULL, NULL, _SYSCALL_RET_INT_T, 0}, /* 20 = getpid */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1720 int getpid(struct proc *, struct getpid_args *, int *);

Completed in 132 milliseconds