Home
last modified time | relevance | path

Searched defs:thread_lister (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc123 static std::vector<pid_t> ReadTidsToVector(ThreadLister *thread_lister) { in ReadTidsToVector()
147 ThreadLister thread_lister(getpid()); in TEST_F() local
156 ThreadLister thread_lister(getpid()); in TEST_F() local
170 ThreadLister thread_lister(getpid()); in TEST_F() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc187 ThreadLister thread_lister(pid_); in SuspendAllThreads() local