HomeSort by relevance Sort by last modified time
    Searched full:pthread_ids_ (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 69 pthread_ids_.push_back(pthread_id);
79 for (uptr i = 0; i < pthread_ids_.size(); i++)
80 pthread_join(pthread_ids_[i], NULL);
87 std::vector<pthread_t> pthread_ids_; member in class:__sanitizer::ThreadListerTest
177 pthread_ids_.push_back(extra_pthread_id);

Completed in 76 milliseconds