/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_thread.cpp | 213 sync.Reset(&thr->proc()->clock_cache); in OnStarted() 249 thr->clock.ResetCached(&thr->proc()->clock_cache); in OnFinished() 251 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in OnFinished() 300 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined() 313 sync.Reset(&thr1->proc()->clock_cache); in OnDetached()
|
H A D | tsan_rtl_mutex.cpp | 422 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateClockCallback() 476 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateSleepClockCallback() 494 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl() 502 thr->clock.releaseStoreAcquire(&thr->proc()->clock_cache, c); in ReleaseStoreAcquireImpl() 510 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl() 518 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl() 526 thr->clock.acq_rel(&thr->proc()->clock_cache, c); in AcquireReleaseImpl()
|
H A D | tsan_rtl_proc.cpp | 38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
|
H A D | tsan_sync.cpp | 48 clock.Reset(&proc->clock_cache); in Reset() 49 read_clock.Reset(&proc->clock_cache); in Reset()
|
H A D | tsan_mman.cpp | 396 thr->clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle() 397 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
|
H A D | tsan_rtl.h | 119 DenseSlabAllocCache clock_cache; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_thread.cc | 43 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined() 76 sync.Reset(&thr1->proc()->clock_cache); in OnDetached() 118 sync.Reset(&thr->proc()->clock_cache); in OnStarted() 143 thr->clock.ResetCached(&thr->proc()->clock_cache); in OnFinished() 145 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
|
H A D | tsan_rtl_mutex.cc | 419 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateClockCallback() 462 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateSleepClockCallback() 480 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl() 489 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl() 498 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl() 507 thr->clock.acq_rel(&thr->proc()->clock_cache, c); in AcquireReleaseImpl()
|
H A D | tsan_rtl_proc.cc | 37 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
|
H A D | tsan_sync.cc | 49 clock.Reset(&proc->clock_cache); in Reset() 50 read_clock.Reset(&proc->clock_cache); in Reset()
|
H A D | tsan_mman.cc | 379 thr->clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle() 380 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
|
H A D | tsan_rtl.h | 355 DenseSlabAllocCache clock_cache; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cc | 45 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined() 78 sync.Reset(&thr1->proc()->clock_cache); in OnDetached() 120 sync.Reset(&thr->proc()->clock_cache); in OnStarted() 145 thr->clock.ResetCached(&thr->proc()->clock_cache); in OnFinished() 147 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
|
H A D | tsan_rtl_mutex.cc | 421 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateClockCallback() 464 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateSleepClockCallback() 482 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl() 491 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl() 500 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl() 509 thr->clock.acq_rel(&thr->proc()->clock_cache, c); in AcquireReleaseImpl()
|
H A D | tsan_rtl_proc.cc | 39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
|
H A D | tsan_sync.cc | 51 clock.Reset(&proc->clock_cache); in Reset() 52 read_clock.Reset(&proc->clock_cache); in Reset()
|
H A D | tsan_mman.cc | 381 thr->clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle() 382 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
|
H A D | tsan_rtl.h | 359 DenseSlabAllocCache clock_cache; member
|