Home
last modified time | relevance | path

Searched refs:clock_cache (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc45 sync.Reset(&caller_thr->clock_cache); in OnJoined()
77 sync.Reset(&thr1->clock_cache); in OnDetached()
124 sync.Reset(&thr->clock_cache); in OnStarted()
145 ctx->clock_alloc.FlushCache(&thr->clock_cache); in OnFinished()
Dtsan_rtl_mutex.cc429 thr->clock.acquire(&thr->clock_cache, c); in AcquireImpl()
438 thr->clock.release(&thr->clock_cache, c); in ReleaseImpl()
447 thr->clock.ReleaseStore(&thr->clock_cache, c); in ReleaseStoreImpl()
456 thr->clock.acq_rel(&thr->clock_cache, c); in AcquireReleaseImpl()
Dtsan_sync.cc54 clock.Reset(&thr->clock_cache); in Reset()
55 read_clock.Reset(&thr->clock_cache); in Reset()
Dtsan_rtl.h396 DenseSlabAllocCache clock_cache; member