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

1 2

  /bionic/libc/bionic/
getpid.cpp 35 pid_t getpid() { function
  /external/mdnsresponder/mDNSWindows/
PosixCompat.h 29 #if !defined( getpid )
30 # define getpid _getpid macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
StubFunctions.c 50 getpid(void) function
  /art/test/144-static-field-sigquit/src/
SigQuit.java 31 Method getpid = osClass.getDeclaredMethod("getpid"); external variable declarations
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
116 r1, err1 = getpid()
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris.go 34 func getpid() (pid uintptr, err Errno) func
116 r1, err1 = getpid()
  /external/libcups/cups/
debug.c 25 # define getpid (int)GetCurrentProcessId macro
291 snprintf(buffer, sizeof(buffer), logfile, 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);
  /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
  /prebuilts/go/darwin-x86/src/runtime/
os_plan9.go 272 func getpid() uint64 { func
290 getg().m.procid = getpid()
359 pid := getpid()
  /prebuilts/go/linux-x86/src/runtime/
os_plan9.go 272 func getpid() uint64 { func
290 getg().m.procid = getpid()
359 pid := getpid()
  /art/test/004-ThreadStress/src/
Main.java 87 Method getpid = osClass.getDeclaredMethod("getpid"); external variable declarations
88 pidTemp = (Integer)getpid.invoke(null);
  /external/curl/lib/
smb.c 35 #define getpid _getpid macro
357 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...]
  /external/mdnsresponder/Clients/
dns-sd.c 95 #define getpid _getpid macro
    [all...]
  /libcore/libart/src/main/java/java/lang/
Daemons.java 406 Os.kill(Os.getpid(), OsConstants.SIGQUIT);
  /libcore/luni/src/main/java/libcore/io/
Linux.java 88 public native int getpid(); method in class:Linux
Os.java 83 public int getpid(); method in interface:Os

Completed in 1402 milliseconds

1 2