Home
last modified time | relevance | path

Searched refs:time_state (Results 1 – 15 of 15) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dclock.cc199 ABSL_CONST_INIT static TimeState time_state; variable
210 ABSL_EXCLUSIVE_LOCKS_REQUIRED(time_state.lock) { in GetCurrentTimeNanosFromKernel()
212 time_state.approx_syscall_time_in_cycles.load(std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
234 time_state.approx_syscall_time_in_cycles.store( in GetCurrentTimeNanosFromKernel()
244 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
245 } else if (time_state.kernel_time_seen_smaller.fetch_add( in GetCurrentTimeNanosFromKernel()
251 time_state.approx_syscall_time_in_cycles.store(new_approximation, in GetCurrentTimeNanosFromKernel()
253 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
327 seq_read0 = time_state.seq.load(std::memory_order_acquire); in GetCurrentTimeNanos()
329 base_ns = time_state.last_sample.base_ns.load(std::memory_order_relaxed); in GetCurrentTimeNanos()
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/time/
Dclock.cc212 ABSL_CONST_INIT static TimeState time_state; variable
223 ABSL_EXCLUSIVE_LOCKS_REQUIRED(time_state.lock) { in GetCurrentTimeNanosFromKernel()
225 time_state.approx_syscall_time_in_cycles.load(std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
247 time_state.approx_syscall_time_in_cycles.store( in GetCurrentTimeNanosFromKernel()
257 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
258 } else if (time_state.kernel_time_seen_smaller.fetch_add( in GetCurrentTimeNanosFromKernel()
264 time_state.approx_syscall_time_in_cycles.store(new_approximation, in GetCurrentTimeNanosFromKernel()
266 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
340 seq_read0 = time_state.seq.load(std::memory_order_acquire); in GetCurrentTimeNanos()
342 base_ns = time_state.last_sample.base_ns.load(std::memory_order_relaxed); in GetCurrentTimeNanos()
[all …]
/external/angle/third_party/abseil-cpp/absl/time/
Dclock.cc212 ABSL_CONST_INIT static TimeState time_state; variable
223 ABSL_EXCLUSIVE_LOCKS_REQUIRED(time_state.lock) { in GetCurrentTimeNanosFromKernel()
225 time_state.approx_syscall_time_in_cycles.load(std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
247 time_state.approx_syscall_time_in_cycles.store( in GetCurrentTimeNanosFromKernel()
257 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
258 } else if (time_state.kernel_time_seen_smaller.fetch_add( in GetCurrentTimeNanosFromKernel()
264 time_state.approx_syscall_time_in_cycles.store(new_approximation, in GetCurrentTimeNanosFromKernel()
266 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
340 seq_read0 = time_state.seq.load(std::memory_order_acquire); in GetCurrentTimeNanos()
342 base_ns = time_state.last_sample.base_ns.load(std::memory_order_relaxed); in GetCurrentTimeNanos()
[all …]
/external/abseil-cpp/absl/time/
Dclock.cc212 ABSL_CONST_INIT static TimeState time_state; variable
223 ABSL_EXCLUSIVE_LOCKS_REQUIRED(time_state.lock) { in GetCurrentTimeNanosFromKernel()
225 time_state.approx_syscall_time_in_cycles.load(std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
247 time_state.approx_syscall_time_in_cycles.store( in GetCurrentTimeNanosFromKernel()
257 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
258 } else if (time_state.kernel_time_seen_smaller.fetch_add( in GetCurrentTimeNanosFromKernel()
264 time_state.approx_syscall_time_in_cycles.store(new_approximation, in GetCurrentTimeNanosFromKernel()
266 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
340 seq_read0 = time_state.seq.load(std::memory_order_acquire); in GetCurrentTimeNanos()
342 base_ns = time_state.last_sample.base_ns.load(std::memory_order_relaxed); in GetCurrentTimeNanos()
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/time/
Dclock.cc212 ABSL_CONST_INIT static TimeState time_state; variable
223 ABSL_EXCLUSIVE_LOCKS_REQUIRED(time_state.lock) { in GetCurrentTimeNanosFromKernel()
225 time_state.approx_syscall_time_in_cycles.load(std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
247 time_state.approx_syscall_time_in_cycles.store( in GetCurrentTimeNanosFromKernel()
257 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
258 } else if (time_state.kernel_time_seen_smaller.fetch_add( in GetCurrentTimeNanosFromKernel()
264 time_state.approx_syscall_time_in_cycles.store(new_approximation, in GetCurrentTimeNanosFromKernel()
266 time_state.kernel_time_seen_smaller.store(0, std::memory_order_relaxed); in GetCurrentTimeNanosFromKernel()
340 seq_read0 = time_state.seq.load(std::memory_order_acquire); in GetCurrentTimeNanos()
342 base_ns = time_state.last_sample.base_ns.load(std::memory_order_relaxed); in GetCurrentTimeNanos()
[all …]
/external/linux-kselftest/android/patches/
D0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch45 /* clear NTP time_status & time_state */
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs282 pub time_state: ::c_int,
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/
Dmod.rs282 pub time_state: ::c_int,
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/
Dmod.rs282 pub time_state: ::c_int,
/external/rust/android-crates-io/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs459 pub time_state: ::c_int,
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs459 pub time_state: ::c_int,
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs459 pub time_state: ::c_int,
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/apple/
Dmod.rs851 pub time_state: ::c_int,
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/apple/
Dmod.rs851 pub time_state: ::c_int,
/external/rust/android-crates-io/crates/libc/src/unix/bsd/apple/
Dmod.rs846 pub time_state: ::c_int,