HomeSort by relevance Sort by last modified time
    Searched full:getpid (Results 576 - 600 of 1156) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 598 me, VG_(getpid) ());
641 VG_(getpid) (), tid, VG_(name_of_ThreadStatus)(tst->status),
798 if (VG_(kill)(VG_(getpid)(), VKI_SIGSTOP) != 0)
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp     [all...]
  /system/core/adb/
adb.c 937 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid());
952 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid());
985 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid());
    [all...]
  /bionic/libc/arch-arm/
syscalls.mk 54 syscall_src += arch-arm/syscalls/getpid.S
  /bionic/libc/arch-mips/
syscalls.mk 58 syscall_src += arch-mips/syscalls/getpid.S
  /bionic/libc/arch-x86/
syscalls.mk 58 syscall_src += arch-x86/syscalls/getpid.S
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 122 bdt_log("set_aid_and_cap : pid %d, uid %d gid %d", getpid(), getuid(), getgid());
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 149 snprintf(pid_str, sizeof(pid_str), "%d", getpid());
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 465 static_cast<int>(getpid()),
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 287 : pid_(getpid()),
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 523 pid_t ZygoteHostImpl::GetPid() const {
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 352 if (getpid() == 1) {
  /external/chromium_org/net/tools/flip_server/
flip_in_mem_edsm_server.cc 143 snprintf(pid_str, sizeof(pid_str), "%d", getpid());
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc 109 // N.B.: Any future call to getpid() would corrupt the stack.
152 // getpid() should be allowed
191 // getpid() should work properly
472 // Disallow getpid()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc 477 static_cast<int>(getpid()),
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /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/doc/
pprof_remote_servers.html 249 <code>addr2line -Cfse /proc/<getpid>/exe 0x12345678 0x876543210</code>
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 395 inline pid_t getpid(void) { return _getpid(); } function
  /external/chromium_org/tools/android/forwarder2/
host_forwarder_main.cc 315 LOG(INFO) << "Starting host process daemon (pid=" << getpid() << ")";
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 54 endpoint_name = '%s_%d' % (m.group('pdb'), os.getpid())
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/e2fsprogs/ext2ed/
main.c 149 kill(getpid(), SIGTSTP);
  /external/iproute2/misc/
nstat.c 378 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
rtacct.c 373 (unsigned) getpid(), (unsigned long)random(),

Completed in 1160 milliseconds

<<21222324252627282930>>