HomeSort by relevance Sort by last modified time
    Searched refs:max_alive_threads (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 116 if (ctx->max_alive_threads < ctx->alive_threads) {
117 ctx->max_alive_threads++;
118 CHECK_EQ(ctx->max_alive_threads, ctx->alive_threads);
tsan_rtl.h 377 int max_alive_threads; member in struct:__tsan::Context

Completed in 951 milliseconds