Searched refs:my_pid (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dprint.c422 pid_t my_pid; local in function:charToPrinter
426 if ((my_pid = fork()) < 0)
429 if (my_pid == 0) {
483 (int) getpid(), (int) my_pid));
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dbundle-main.c316 kern_return_t do_request_pid(mach_port_t port, int *my_pid) { argument
317 *my_pid = getpid();
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dbundle-main.c358 do_request_pid(mach_port_t port, int *my_pid) argument
360 *my_pid = getpid();

Completed in 4 milliseconds