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 57 // GetNextTID returns -1 if the list of threads is exhausted, or if there has
59 int GetNextTID();
sanitizer_stoptheworld_linux_libcdep.cc 154 pid_t tid = thread_lister.GetNextTID();
158 tid = thread_lister.GetNextTID();
sanitizer_linux.cc 626 int ThreadLister::GetNextTID() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 126 while ((tid = thread_lister->GetNextTID()) >= 0)

Completed in 51 milliseconds