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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 67 if (ctx->dead_list_size == 0)
72 ctx->dead_list_size++;
82 if (ctx->dead_list_size > kThreadQuarantineSize
84 if (ctx->dead_list_size == 0) {
92 ctx->dead_list_size--;
93 if (ctx->dead_list_size == 0) {
tsan_rtl.h 379 int dead_list_size; member in struct:__tsan::Context
tsan_rtl.cc 178 ctx->dead_list_size = 0;

Completed in 368 milliseconds