Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cc39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
Dtsan_rtl_thread.cc45 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined()
77 sync.Reset(&thr1->proc()->clock_cache); in OnDetached()
119 sync.Reset(&thr->proc()->clock_cache); in OnStarted()
Dtsan_rtl_mutex.cc440 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl()
449 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl()
458 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl()
467 thr->clock.acq_rel(&thr->proc()->clock_cache, c); in AcquireReleaseImpl()
Dtsan_sync.cc54 clock.Reset(&proc->clock_cache); in Reset()
55 read_clock.Reset(&proc->clock_cache); in Reset()
Dtsan_rtl.h344 DenseSlabAllocCache clock_cache; member