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

123

/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dgetpid_.c34 return getpid ();
/haiku-buildtools/gcc/gmp/
H A Dinvalid.c30 #include <unistd.h> /* for getpid */
40 #define raise(sig) kill (getpid(), sig)
/haiku-buildtools/binutils/libiberty/
H A Dtmpnam.c27 extern int getpid (void);
32 int pid = getpid ();
H A Dmkstemps.c105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
107 value += getpid ();
/haiku-buildtools/gcc/libiberty/
H A Dtmpnam.c27 extern int getpid (void);
32 int pid = getpid ();
H A Dmkstemps.c103 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
105 value += getpid ();
/haiku-buildtools/legacy/binutils/libiberty/
H A Dtmpnam.c27 extern int getpid (void);
32 int pid = getpid ();
H A Dmkstemps.c99 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
101 value += getpid ();
/haiku-buildtools/legacy/gcc/libiberty/
H A Dtmpnam.c13 extern int getpid ();
19 int pid = getpid ();
H A Dmkstemps.c91 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
93 value += getpid ();
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dxm-lynx.h42 int pid = getpid (); \
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Ds_paus.c19 extern int getpid(void), isatty(int), pause(void);
76 PAUSESIG, getpid() );
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsignals.c136 kill (getpid (), sig);
159 kill (getpid (), sig);
/haiku-buildtools/gcc/libvtv/
H A Dvtv_utils.cc76 pid_t process_id = getpid ();
155 snprintf (output, sizeof (output), "VTV: PID=%d PPID=%d ", getpid (),
/haiku-buildtools/legacy/gcc/libobjc/
H A Dthr-irix.c50 sprintf(arena_name, "/usr/tmp/objc_%05u", (unsigned)getpid());
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dserver.c141 && (server_master_pid == getpid ()))
188 server_master_pid = getpid ();
/haiku-buildtools/gcc/fixincludes/
H A Dserver.c141 && (server_master_pid == getpid ()))
188 server_master_pid = getpid ();
/haiku-buildtools/gcc/liboffloadmic/runtime/coi/
H A Dcoi_server.cpp84 *((pid_t*) return_data) = getpid();
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_freebsd.cc32 const int Mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid() };
/haiku-buildtools/gcc/gcc/
H A Dcollect-utils.c57 kill (getpid (), signum);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_fs.h88 (unsigned long) ::getpid());
H A Dtestsuite_hooks.cc242 pid_ = getpid();
277 if (pid_ == getpid())
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/guality/
H A Dguality.h259 ", (int)getpid (), guality_breakpoint_line) <= 0
/haiku-buildtools/gcc/gcc/ada/
H A Dexpect.c249 *pid = (int) getpid ();
406 *pid = (int) getpid ();
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dgmon-sol2.c201 sprintf(buf, "%s/%ld.%s", profdir, getpid(), progname);

Completed in 224 milliseconds

123