Export of internal Abseil changes

--
e36760a8db7f0417dad3429987c2b026278a1e07 by Andy Getzendanner <durandal@google.com>:

Nit: s/GUARDED_BY/ABSL_GUARDED_BY/

PiperOrigin-RevId: 351752933
GitOrigin-RevId: e36760a8db7f0417dad3429987c2b026278a1e07
Change-Id: Ib8394f030092b1832adde759cd37e0207acc7e4b
pull/889/head
Abseil Team 4 years ago committed by Andy Getz
parent 6446142122
commit ff361eb3aa
  1. 2
      absl/time/clock.cc

@ -180,7 +180,7 @@ struct ABSL_CACHELINE_ALIGNED TimeState {
int64_t stats_slow_paths{0};
int64_t stats_fast_slow_paths{0};
uint64_t last_now_cycles GUARDED_BY(lock){0};
uint64_t last_now_cycles ABSL_GUARDED_BY(lock){0};
// Used by GetCurrentTimeNanosFromKernel().
// We try to read clock values at about the same time as the kernel clock.

Loading…
Cancel
Save