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

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 63 static bool SuspendThread(pid_t pid) {
282 if (!SuspendThread(threads_[i])) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 112 bool SuspendThread(SuspendedThreadID thread_id);
115 bool ThreadSuspender::SuspendThread(SuspendedThreadID tid) {
194 if (SuspendThread(tid))
  /art/runtime/
debugger.cc     [all...]

Completed in 102 milliseconds