Searched refs:SuspendThread (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
H A DThread.h29 DWORD Suspend() { return ::SuspendThread(thread); }
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc105 bool SuspendThread(SuspendedThreadID thread_id);
108 bool ThreadSuspender::SuspendThread(SuspendedThreadID tid) { function in class:__sanitizer::ThreadSuspender
186 if (SuspendThread(tid))
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc63 static bool SuspendThread(pid_t pid) { function
282 if (!SuspendThread(threads_[i])) {
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc47 // As documented on MSDN, on failure SuspendThread returns (DWORD) -1
791 last_suspend_count = SuspendThread(child_thread_handle);
/external/v8/src/
H A Dsampler.cc721 if (SuspendThread(profiled_thread) == kSuspendFailed) return;

Completed in 185 milliseconds