HomeSort by: relevance | last modified time | path
    Searched defs:thread_lister (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 123 static std::vector<tid_t> ReadTidsToVector(ThreadLister *thread_lister) {
126 EXPECT_TRUE(thread_lister->ListThreads(&threads));
145 ThreadLister thread_lister(getpid()); local in function:__sanitizer::TEST_F
146 std::vector<tid_t> listed_tids = ReadTidsToVector(&thread_lister);
152 ThreadLister thread_lister(getpid()); local in function:__sanitizer::TEST_F
157 std::vector<tid_t> listed_tids = ReadTidsToVector(&thread_lister);
165 ThreadLister thread_lister(getpid()); local in function:__sanitizer::TEST_F
166 std::vector<tid_t> threads_before_extra = ReadTidsToVector(&thread_lister);
179 std::vector<tid_t> threads_after_extra = ReadTidsToVector(&thread_lister);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 211 ThreadLister thread_lister(pid_); local in function:__sanitizer::ThreadSuspender::SuspendAllThreads
217 switch (thread_lister.ListThreads(&threads)) {

Completed in 11 milliseconds