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

1 2

  /external/lzma/CPP/Windows/
Thread.h 29 DWORD Suspend() { return ::SuspendThread(thread); }
  /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/openjdkjvmti/
ti_thread.h 85 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread);
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...]
  /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/openjdkjvmti/include/
jvmti.h 1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
    [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...]
  /external/oj-libjdwp/src/share/back/
threadControl.c 854 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread)
    [all...]
  /art/runtime/
debugger.h 493 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
    [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...]
  /art/runtime/jdwp/
jdwp_handler.cc 955 JdwpError result = Dbg::SuspendThread(thread_id);
    [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"

Completed in 2544 milliseconds

1 2