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

1 2 3

  /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
  /art/test/676-resolve-field-type/src-ex/
ChildClass.java 51 Method getpid = osClass.getDeclaredMethod("getpid"); external variable declarations
52 pidTemp = (Integer)getpid.invoke(null);
  /art/test/678-quickening/src-art/
Main.java 58 Method getpid = osClass.getDeclaredMethod("getpid"); external variable declarations
59 pidTemp = (Integer)getpid.invoke(null);
  /external/e2fsprogs/include/nonunix/
unistd.h 27 #define getpid _getpid macro
  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris.go 35 func getpid() (pid uintptr, err Errno) func
124 r1, err1 = getpid()
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris.go 35 func getpid() (pid uintptr, err Errno) func
124 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 84 #define getpid _getpid macro
416 pid_t pid = getpid();
  /external/libopus/tests/
test_opus_decode.c 43 #define getpid _getpid macro
446 else iseed=(opus_uint32)time(NULL)^(((opus_uint32)getpid()&65535)<<16);
test_opus_encode.c 43 #define getpid _getpid macro
655 else iseed=(opus_uint32)time(NULL)^(((opus_uint32)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.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 34 # define getpid _getpid macro
  /prebuilts/go/darwin-x86/src/runtime/
os_plan9.go 277 func getpid() uint64 { func
295 getg().m.procid = getpid()
364 pid := getpid()
  /prebuilts/go/linux-x86/src/runtime/
os_plan9.go 277 func getpid() uint64 { func
295 getg().m.procid = getpid()
364 pid := getpid()
  /external/curl/lib/
smb.c 36 #define getpid GetCurrentProcessId macro
38 #define getpid _getpid macro
357 pid = getpid();
  /external/valgrind/coregrind/
m_libcproc.c 654 * system where the getpid system call actually returns the ID of
658 * where getpid has been changed to return the ID of the thread group
661 * So instead of calling getpid here we use readlink to see where
702 Int VG_(getpid) ( void ) function
729 /* Uses the shared getpid/getppid syscall, val2 contains a parent pid. */
    [all...]
  /art/test/004-ThreadStress/src-art/
Main.java 98 Method getpid = osClass.getDeclaredMethod("getpid"); external variable declarations
99 pidTemp = (Integer)getpid.invoke(null);
    [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 89 public native int getpid(); method in class:Linux

Completed in 734 milliseconds

1 2 3