HomeSort by relevance Sort by last modified time
    Searched defs:getpid (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/libc/bionic/
getpid.cpp 35 pid_t getpid() { function
  /art/test/144-static-field-sigquit/src/
SigQuit.java 31 Method getpid = osClass.getDeclaredMethod("getpid"); typedefs
32 pidTemp = (Integer) getpid.invoke(null);
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.h 117 int getpid() const { return this->pid_; } function in class:google_breakpad::SolarisLwp
  /external/e2fsprogs/include/nonunix/
unistd.h 27 #define getpid _getpid macro
  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris.go 34 func getpid() (pid uintptr, err Errno) func
115 r1, err1 = getpid()
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris.go 34 func getpid() (pid uintptr, err Errno) func
115 r1, err1 = getpid()
  /prebuilts/go/darwin-x86/src/runtime/
os1_plan9.go 65 func getpid() uint64 { func
82 getg().m.procid = getpid()
145 pid := getpid()
  /prebuilts/go/linux-x86/src/runtime/
os1_plan9.go 65 func getpid() uint64 { func
82 getg().m.procid = getpid()
145 pid := getpid()
  /external/chromium-trace/catapult/third_party/typ/typ/fakes/
host_fake.py 130 def getpid(self): member in class:FakeHost
  /external/chromium-trace/catapult/third_party/typ/typ/
host.py 115 def getpid(self): member in class:Host
116 return os.getpid()
  /external/libevent/
arc4random.c 83 #define getpid _getpid macro
415 pid_t pid = getpid();
  /external/libopus/tests/
test_opus_decode.c 43 #define getpid _getpid macro
439 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
test_opus_encode.c 43 #define getpid _getpid macro
493 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
  /art/test/004-ThreadStress/src/
Main.java 87 Method getpid = osClass.getDeclaredMethod("getpid"); typedefs
88 pidTemp = (Integer)getpid.invoke(null);
  /external/ImageMagick/MagickCore/
nt-base.h 140 #if !defined(getpid)
141 # define getpid _getpid macro
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 50 # define getpid _getpid macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 34 # define getpid _getpid macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 34 # define getpid _getpid macro
  /external/curl/lib/
smb.c 35 #define getpid _getpid macro
355 pid = getpid();
  /external/valgrind/coregrind/
m_libcproc.c 665 * system where the getpid system call actually returns the ID of
669 * where getpid has been changed to return the ID of the thread group
672 * So instead of calling getpid here we use readlink to see where
713 Int VG_(getpid) ( void ) function
738 /* Uses the shared getpid/getppid syscall, val2 contains a parent pid. */
    [all...]
  /libcore/libart/src/main/java/java/lang/
Daemons.java 378 Os.kill(Os.getpid(), OsConstants.SIGQUIT);
  /external/mdnsresponder/Clients/
dns-sd.c 95 #define getpid _getpid macro
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 78 public int getpid(); method in interface:Os
Posix.java 80 public native int getpid(); method in class:Posix
  /external/netperf/src/
netlib.h 686 #define getpid() ((int)GetCurrentProcessId()) macro

Completed in 867 milliseconds

1 2