Searched refs:suspended_threads_list_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp129 return suspended_threads_list_;
133 SuspendedThreadsListLinux suspended_threads_list_; member in class:__sanitizer::ThreadSuspender
142 if (suspended_threads_list_.ContainsTid(tid)) return false;
182 suspended_threads_list_.Append(tid);
188 for (uptr i = 0; i < suspended_threads_list_.ThreadCount(); i++) {
189 pid_t tid = suspended_threads_list_.GetThreadID(i);
204 for (uptr i = 0; i < suspended_threads_list_.ThreadCount(); i++)
205 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i),
231 return suspended_threads_list_.ThreadCount();
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp86 return suspended_threads_list_;
91 SuspendedThreadsListNetBSD suspended_threads_list_; member in class:__sanitizer::ThreadSuspender
136 suspended_threads_list_.Append(pl.pl_lwpid);

Completed in 110 milliseconds