Searched defs:getpid (Results 1 - 12 of 12) sorted by path

/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_decode.c43 #define getpid _getpid macro
439 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
H A Dtest_opus_encode.c43 #define getpid _getpid macro
493 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h398 inline pid_t getpid(void) { return _getpid(); } function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h395 inline pid_t getpid(void) { return _getpid(); } function
/external/e2fsprogs/include/nonunix/
H A Dunistd.h27 #define getpid _getpid macro
/external/libopus/tests/
H A Dtest_opus_decode.c43 #define getpid _getpid macro
439 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
H A Dtest_opus_encode.c43 #define getpid _getpid macro
493 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
/external/mdnsresponder/Clients/
H A Ddns-sd.c95 #define getpid _getpid macro
1206 pid_t pid = getpid();
1217 pid_t pid = getpid();
/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.h50 # define getpid _getpid macro
/external/netperf/
H A Dnetlib.h567 #define getpid() ((int)GetCurrentProcessId()) macro
/external/openssl/
H A De_os.h436 # define getpid GetThreadID macro
489 # define SSLeay_getpid() getpid()
724 #define getpid taskIdSelf macro
/external/valgrind/main/coregrind/
H A Dm_libcproc.c450 * system where the getpid system call actually returns the ID of
454 * where getpid has been changed to return the ID of the thread group
457 * So instead of calling getpid here we use readlink to see where
494 Int VG_(getpid) ( void ) function

Completed in 1421 milliseconds