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

Completed in 507 milliseconds