OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dead_threads_
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc
104
dead_threads_
.clear();
282
dead_threads_
.push_back(tctx);
283
if (
dead_threads_
.size() <= thread_quarantine_size_)
285
tctx =
dead_threads_
.front();
286
dead_threads_
.pop_front();
sanitizer_thread_registry.h
137
IntrusiveList<ThreadContextBase>
dead_threads_
;
member in class:__sanitizer::ThreadRegistry
Completed in 1271 milliseconds