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

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

Completed in 37 milliseconds