Searched refs:clock_cache (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cpp | 44 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()
|
D | tsan_rtl_mutex.cpp | 422 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()
|
D | tsan_rtl_proc.cpp | 38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
|
D | tsan_sync.cpp | 50 clock.Reset(&proc->clock_cache); in Reset() 51 read_clock.Reset(&proc->clock_cache); in Reset()
|
D | tsan_mman.cpp | 399 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()
|
D | tsan_rtl.h | 350 DenseSlabAllocCache clock_cache; member
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_proc.cc | 39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
|
D | tsan_rtl_thread.cc | 45 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()
|
D | tsan_sync.cc | 54 clock.Reset(&proc->clock_cache); in Reset() 55 read_clock.Reset(&proc->clock_cache); in Reset()
|
D | tsan_rtl_mutex.cc | 440 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()
|
D | tsan_rtl.h | 344 DenseSlabAllocCache clock_cache; member
|