Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc99 return suspended_threads_list_; in suspended_threads_list()
103 SuspendedThreadsList suspended_threads_list_; member in __sanitizer::ThreadSuspender
112 if (suspended_threads_list_.Contains(tid)) in SuspendThread()
151 suspended_threads_list_.Append(tid); in SuspendThread()
157 for (uptr i = 0; i < suspended_threads_list_.thread_count(); i++) { in ResumeAllThreads()
158 pid_t tid = suspended_threads_list_.GetThreadID(i); in ResumeAllThreads()
173 for (uptr i = 0; i < suspended_threads_list_.thread_count(); i++) in KillAllThreads()
174 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads()