/external/compiler-rt/BlocksRuntime/tests/ |
testfilerunner.m | 130 sprintf(buffer, "/tmp/errorfile_%d", getpid()); 212 sprintf(outfile, "/tmp/stdout_%d", getpid());
|
/external/iputils/ninfod/ |
ni_ifaddrs.c | 170 pid_t pid = getpid(); 322 pid_t pid = getpid();
|
/external/libcap-ng/libcap-ng-0.7/src/ |
cap-ng.c | 170 m.hdr.pid = (unsigned)getpid(); 242 (unsigned)getpid();
|
/external/openssh/openbsd-compat/ |
bsd-cray.c | 249 pid = getpid(); 608 init_info.s_sessinit.si_pid = getpid();
|
/external/ppp/pppd/ |
utils.c | 999 if (pid == getpid()) 1018 pid = getpid();
|
/external/v8/src/ |
platform-openbsd.cc | 105 uint64_t seed = Ticks() ^ (getpid() << 16); 803 vm_tgid_(getpid()),
|
/external/valgrind/main/coregrind/m_coredump/ |
coredump-elf.c | 534 basename, coreext, VG_(getpid)()); 537 basename, coreext, VG_(getpid)(), seq);
|
/external/valgrind/main/coregrind/ |
m_libcprint.c | 39 #include "pub_core_libcproc.h" // VG_(getpid)(), VG_(read_millisecond_timer() 442 VG_(sprintf)(tmp, "%d", VG_(getpid)());
|
/external/valgrind/unittest/ |
posix_tests.cc | 197 sprintf(in_name, "/tmp/racecheck_unittest_in.%d", getpid()); 198 sprintf(out_name, "/tmp/racecheck_unittest_out.%d", getpid());
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | [all...] |
/ndk/sources/host-tools/make-3.81/ |
vmsjobs.c | 238 kill (getpid(),SIGQUIT); 326 sprintf (procname, "GMAKE_%05x", getpid () & 0xfffff);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
debug.ipp | 647 pid_t pid = ::getpid(); 714 ::kill( ::getpid(), SIGTRAP );
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 496 print 'My pid: %s' % os.getpid() 505 name+"_"+str(os.getpid())+"_"+str(get_new_path.num))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_signal.py | 90 pid = os.getpid() 308 ppid = os.getpid()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 496 print 'My pid: %s' % os.getpid() 505 name+"_"+str(os.getpid())+"_"+str(get_new_path.num))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_signal.py | 90 pid = os.getpid() 308 ppid = os.getpid()
|
/prebuilts/sdk/tools/linux/ |
zipalign | |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-main.c | 42 #include "pub_core_libcproc.h" // For VG_(getpid)() 523 VG_(getpid)(), /*tid,*/ 602 VG_(getpid)(), /*tid,*/ [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.cc | 56 #include <process.h> // for getpid() (actually, _getpid()) 209 envval[0] & 127, envval+1, (unsigned int)(getpid())); 532 static_cast<int>(pid ? pid : getpid())), buf_size); [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 832 << " pid " << getpid(); 901 VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: " 903 VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = " [all...] |
tcmalloc_unittest.cc | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.cc | 53 #include <process.h> // for getpid() (actually, _getpid()) 196 envval[0] & 127, envval+1, (unsigned int)(getpid())); 515 static_cast<int>(pid ? pid : getpid())), buf_size); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 832 << " pid " << getpid(); 901 VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: " 903 VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = " [all...] |
tcmalloc_unittest.cc | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 301 SDL_snprintf(procfile, SDL_arraysize(procfile), "/proc/%d/exe", getpid()); 303 SDL_snprintf(procfile, SDL_arraysize(procfile), "/proc/%d/file", getpid()); 430 pid_t pid = getpid(); [all...] |