HomeSort by relevance Sort by last modified time
    Searched refs:GetNextTID (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.h 35 // GetNextTID returns -1 if the list of threads is exhausted, or if there has
37 int GetNextTID();
sanitizer_stoptheworld_linux.cc 150 pid_t tid = thread_lister->GetNextTID();
154 tid = thread_lister->GetNextTID();
sanitizer_linux.cc 634 int ThreadLister::GetNextTID() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 124 while ((tid = thread_lister->GetNextTID()) >= 0)

Completed in 158 milliseconds