OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNextTID
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.h
38
//
GetNextTID
returns -1 if the list of threads is exhausted, or if there has
40
int
GetNextTID
();
sanitizer_stoptheworld_linux_libcdep.cc
161
pid_t tid = thread_lister.
GetNextTID
();
165
tid = thread_lister.
GetNextTID
();
sanitizer_linux.cc
575
int ThreadLister::
GetNextTID
() {
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc
126
while ((tid = thread_lister->
GetNextTID
()) >= 0)
Completed in 59 milliseconds