Home
last modified time | relevance | path

Searched refs:SuspendThread (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc136 bool SuspendThread(tid_t thread_id);
139 bool ThreadSuspender::SuspendThread(tid_t tid) { in SuspendThread() function in __sanitizer::ThreadSuspender
228 if (SuspendThread(tid)) in SuspendAllThreads()
/freebsd-12.1/contrib/gdb/gdb/
H A Dwince-stub.c432 res = SuspendThread (h); in suspend_thread()
H A Dwin32-nat.c246 th->suspend_count = SuspendThread (th->h) + 1; in thread_rec()