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

  /external/lzma/CPP/Windows/
Thread.h 29 DWORD Suspend() { return ::SuspendThread(thread); }
  /art/runtime/openjdkjvmti/
ti_thread.h 77 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread);
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...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 63 SuspendThread,
  /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/test/ti-agent/
suspension_helper.cc 93 JvmtiErrorToException(env, jvmti_env, jvmti_env->SuspendThread(thr));
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.c 124 gWinNt->SuspendThread (mNtMainThreadHandle);
160 gWinNt->SuspendThread (mNtMainThreadHandle);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 63 static bool SuspendThread(pid_t pid) {
282 if (!SuspendThread(threads_[i])) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
processthreadsapi.h 165 WINBASEAPI DWORD WINAPI SuspendThread (HANDLE hThread);
  /external/v8/src/libsampler/
sampler.cc 638 if (SuspendThread(profiled_thread) == kSuspendFailed) return;
  /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...]
  /art/runtime/
debugger.h 473 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
    [all...]
debugger.cc     [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;
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 47 // As documented on MSDN, on failure SuspendThread returns (DWORD) -1
791 last_suspend_count = SuspendThread(child_thread_handle);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_windows.go 44 //go:cgo_import_dynamic runtime._SuspendThread SuspendThread%1 "kernel32.dll"
  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 44 //go:cgo_import_dynamic runtime._SuspendThread SuspendThread%1 "kernel32.dll"
  /art/runtime/jdwp/
jdwp_handler.cc 955 JdwpError result = Dbg::SuspendThread(thread_id);
    [all...]

Completed in 2491 milliseconds