Searched refs:reuse_count (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 20 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase() 289 tctx->reuse_count++; in QuarantinePush() 290 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
|
D | sanitizer_thread_registry.h | 41 u32 reuse_count; // Number of times this tid was reused. variable
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 65 if (reuse_count == 0) in OnCreated() 95 new(thr) ThreadState(ctx, tid, unique_id, epoch0, reuse_count, in OnStarted()
|
D | tsan_rtl.cc | 111 unsigned reuse_count, in ThreadState() argument 119 , clock(tid, reuse_count) in ThreadState()
|
D | tsan_rtl.h | 441 unsigned reuse_count,
|