Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp122 static std::vector<tid_t> ReadTidsToVector(ThreadLister *thread_lister) { in ReadTidsToVector()
144 ThreadLister thread_lister(getpid()); in TEST_F() local
151 ThreadLister thread_lister(getpid()); in TEST_F() local
164 ThreadLister thread_lister(getpid()); in TEST_F() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp211 ThreadLister thread_lister(pid_); in SuspendAllThreads() local