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

  /bionic/libc/bionic/
getpid.cpp 35 pid_t getpid() { function
  /external/e2fsprogs/include/nonunix/
unistd.h 27 #define getpid _getpid macro
  /art/test/004-ThreadStress/src/
Main.java 271 Method getpid = osClass.getDeclaredMethod("getpid"); local
272 int pid = (Integer)getpid.invoke(null);
  /external/chromium_org/third_party/opus/src/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/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/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 398 inline pid_t getpid(void) { return _getpid(); } function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 395 inline pid_t getpid(void) { return _getpid(); } function
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 50 # define getpid _getpid macro
  /external/openssl/
e_os.h 436 # define getpid GetThreadID macro
489 # define SSLeay_getpid() getpid()
724 #define getpid taskIdSelf macro
  /external/mdnsresponder/Clients/
dns-sd.c 95 #define getpid _getpid macro
    [all...]
  /external/netperf/
netlib.h 567 #define getpid() ((int)GetCurrentProcessId()) macro

Completed in 799 milliseconds