Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp122 static std::vector<tid_t> ReadTidsToVector(ThreadLister *thread_lister) { in ReadTidsToVector() function
145 std::vector<tid_t> listed_tids = ReadTidsToVector(&thread_lister); in TEST_F()
156 std::vector<tid_t> listed_tids = ReadTidsToVector(&thread_lister); in TEST_F()
165 std::vector<tid_t> threads_before_extra = ReadTidsToVector(&thread_lister); in TEST_F()
178 std::vector<tid_t> threads_after_extra = ReadTidsToVector(&thread_lister); in TEST_F()