HomeSort by relevance Sort by last modified time
    Searched defs:SuspendThread (Results 1 - 10 of 10) 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])) {
  /art/runtime/openjdkjvmti/
ti_thread.cc 710 // another SuspendThread in the middle of suspending something else potentially causing a
770 jvmtiError ThreadUtil::SuspendThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) {
859 results[i] = env->SuspendThread(threads[i]);
864 jvmtiError res = env->SuspendThread(threads[first_current_thread_index]);
    [all...]
OpenjdkJvmTi.cc 136 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) {
139 return ThreadUtil::SuspendThread(env, thread);
    [all...]
  /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))
  /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/runtime/
debugger.cc     [all...]
  /art/runtime/openjdkjvmti/include/
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...]

Completed in 8437 milliseconds