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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 45 sync.Reset(&caller_thr->clock_cache);
77 sync.Reset(&thr1->clock_cache);
124 sync.Reset(&thr->clock_cache);
145 ctx->clock_alloc.FlushCache(&thr->clock_cache);
tsan_sync.cc 54 clock.Reset(&thr->clock_cache);
55 read_clock.Reset(&thr->clock_cache);
tsan_rtl_mutex.cc 429 thr->clock.acquire(&thr->clock_cache, c);
438 thr->clock.release(&thr->clock_cache, c);
447 thr->clock.ReleaseStore(&thr->clock_cache, c);
456 thr->clock.acq_rel(&thr->clock_cache, c);
tsan_rtl.h 396 DenseSlabAllocCache clock_cache; member in struct:__tsan::ThreadState

Completed in 60 milliseconds