HomeSort by relevance Sort by last modified time
    Searched defs:SuspendThread (Results 1 - 13 of 13) 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 116 bool SuspendThread(SuspendedThreadID thread_id);
119 bool ThreadSuspender::SuspendThread(SuspendedThreadID tid) {
198 if (SuspendThread(tid))
  /art/openjdkjvmti/
ti_thread.cc 822 // another SuspendThread in the middle of suspending something else potentially causing a
    [all...]
OpenjdkJvmTi.cc 148 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) {
151 return ThreadUtil::SuspendThread(env, thread);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1126 WinNtSuspendThread SuspendThread;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1141 WinNtSuspendThread SuspendThread;
  /art/openjdkjvmti/include/
jvmti.h 1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
    [all...]
  /art/runtime/
debugger.cc     [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h 1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h 1029 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h 1029 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
    [all...]

Completed in 547 milliseconds