HomeSort by relevance Sort by last modified time
    Searched full:max_unknown_thread (Results 1 - 1 of 1) sorted by null

  /external/valgrind/tsan/
ts_offline.cc 300 static const uint32_t max_unknown_thread = 10000; variable
302 static bool known_threads[max_unknown_thread] = {};
312 if (event.type() == THR_START && tid < max_unknown_thread) {
315 if (tid >= max_unknown_thread || known_threads[tid]) {

Completed in 255 milliseconds