HomeSort by relevance Sort by last modified time
    Searched refs:clock_cache (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_proc.cc 39 ctx->clock_alloc.FlushCache(&proc->clock_cache);
tsan_rtl_thread.cc 45 sync.Reset(&caller_thr->proc()->clock_cache);
77 sync.Reset(&thr1->proc()->clock_cache);
119 sync.Reset(&thr->proc()->clock_cache);
tsan_sync.cc 54 clock.Reset(&proc->clock_cache);
55 read_clock.Reset(&proc->clock_cache);
tsan_rtl_mutex.cc 440 thr->clock.acquire(&thr->proc()->clock_cache, c);
449 thr->clock.release(&thr->proc()->clock_cache, c);
458 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c);
467 thr->clock.acq_rel(&thr->proc()->clock_cache, c);
tsan_rtl.h 344 DenseSlabAllocCache clock_cache; member in struct:__tsan::Processor

Completed in 226 milliseconds