Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp44 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()
144 thr->clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
146 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
Dtsan_rtl_mutex.cpp422 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateClockCallback()
477 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateSleepClockCallback()
495 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl()
504 thr->clock.releaseStoreAcquire(&thr->proc()->clock_cache, c); in ReleaseStoreAcquireImpl()
513 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl()
522 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl()
531 thr->clock.acq_rel(&thr->proc()->clock_cache, c); in AcquireReleaseImpl()
Dtsan_rtl_proc.cpp38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
Dtsan_sync.cpp50 clock.Reset(&proc->clock_cache); in Reset()
51 read_clock.Reset(&proc->clock_cache); in Reset()
Dtsan_mman.cpp399 thr->clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
400 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
Dtsan_rtl.h350 DenseSlabAllocCache clock_cache; member
/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_sync.cc54 clock.Reset(&proc->clock_cache); in Reset()
55 read_clock.Reset(&proc->clock_cache); in Reset()
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_rtl.h344 DenseSlabAllocCache clock_cache; member