Home
last modified time | relevance | path

Searched refs:last_now_cycles (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/time/
Dclock.cc400 static uint64_t last_now_cycles; // protected by lock in GetCurrentTimeNanosSlowPath() local
402 uint64_t now_ns = GetCurrentTimeNanosFromKernel(last_now_cycles, &now_cycles); in GetCurrentTimeNanosSlowPath()
403 last_now_cycles = now_cycles; in GetCurrentTimeNanosSlowPath()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock.cc183 uint64_t last_now_cycles ABSL_GUARDED_BY(lock){0}; in ABSL_GUARDED_BY()
408 GetCurrentTimeNanosFromKernel(time_state.last_now_cycles, &now_cycles); in GetCurrentTimeNanosSlowPath()
409 time_state.last_now_cycles = now_cycles; in GetCurrentTimeNanosSlowPath()