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

123

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_misc.h43 # include <unistd.h> /* getpid() */
60 # define os_break() kill(getpid(), SIGTRAP)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_misc.h45 # include <unistd.h> /* getpid() */
62 # define os_break() kill(getpid(), SIGTRAP)
H A Dos_file.c205 pid_t pid = getpid();
/xsrc/external/mit/libXdmcp/dist/
H A DKey.c56 #define getpid(x) _getpid(x) macro
69 srandom ((int)getpid() ^ time((Time_t *)0));
/xsrc/external/mit/xdm/dist/xdm/
H A Derror.c68 LogAppend("xdm %s (pid %ld): ", type, (long)getpid())
H A Ddm.c224 parent_pid = getpid ();
418 if (parent_pid != getpid())
429 TerminateProcess (getpid(), SIGTERM);
989 (void) snprintf (pidstr, 11, "%ld", (long) getpid ());
1009 if (parent_pid != getpid())
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_stack_android.cpp54 backtrace = Backtrace::Create(getpid(), tid);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXw32defs.h34 # define getpid _getpid macro
/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_semaphore.c210 p = getpid();
/xsrc/external/mit/libICE/dist/src/
H A Diceauth.c70 ldata[1] = getpid ();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_video.c44 unsigned pid = getpid();
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dapp-main.m34 #include <unistd.h> /*for getpid*/
61 printf("pid: %u\n", getpid());
/xsrc/external/mit/libSM/dist/src/
H A Dsm_genid.c225 (long)getpid(), sequence);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcatomic.c128 ret = fprintf (f, "%ld\n", (long)getpid());
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp242 pid_t pid = getpid();
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp234 pid_t pid = getpid();
/xsrc/external/mit/xclock/dist/
H A Dxclock.c219 unsigned long pid = (unsigned long)getpid();
H A Dconfigure.ac42 AC_CHECK_FUNCS([strlcpy getpid nl_langinfo])
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxsigio.c148 fcntl(fd, F_SETOWN, getpid());
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dlog.c98 #define getpid(x) _getpid(x) macro
457 snprintf(tmpBuf, len, AUDIT_PREFIX, autime, (unsigned long)getpid());
/xsrc/external/mit/xinit/dist/
H A Dxinit.c421 setpgid(0,getpid());
580 setpgid(0, getpid());
/xsrc/external/mit/xf86-input-synaptics/dist/tools/
H A Dsyndaemon.c149 kill(getpid(), signum);
623 fprintf(fd, "%d\n", getpid());
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_auth.c241 uint16_t fakeport = htons(getpid());
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_video.c53 unsigned pid = getpid();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_video.c45 unsigned pid = getpid();

Completed in 22 milliseconds

123