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 62 // GetNextTID returns -1 if the list of threads is exhausted, or if there has
64 int GetNextTID();
sanitizer_stoptheworld_linux_libcdep.cc 196 pid_t tid = thread_lister.GetNextTID();
200 tid = thread_lister.GetNextTID();
sanitizer_linux.cc 755 int ThreadLister::GetNextTID() {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 126 while ((tid = thread_lister->GetNextTID()) >= 0)

Completed in 100 milliseconds