Home
last modified time | relevance | path

Searched refs:ThreadCount (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc225 int ThreadCount(ThreadState *thr) { in ThreadCount() function
Dtsan_rtl.h675 int ThreadCount(ThreadState *thr);
Dtsan_rtl.cc368 if (flags()->atexit_sleep_ms > 0 && ThreadCount(thr) > 1) in Finalize()