Home
last modified time | relevance | path

Searched refs:ThreadTicksNowFunction (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libchrome/base/time/
H A Dtime_override.h15 using ThreadTicksNowFunction = decltype(&ThreadTicks::Now); variable
31 ThreadTicksNowFunction thread_ticks_override);
68 extern ThreadTicksNowFunction g_thread_ticks_now_function;
H A Dtime_override.cc18 ThreadTicksNowFunction thread_ticks_override) { in ScopedTimeClockOverrides()
H A Dtime.cc33 ThreadTicksNowFunction g_thread_ticks_now_function =
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/time/
Dtime_override.h18 using ThreadTicksNowFunction = decltype(&ThreadTicks::Now); variable
34 ThreadTicksNowFunction thread_ticks_override);
71 extern ThreadTicksNowFunction g_thread_ticks_now_function;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/time/
Dtime_override.h18 using ThreadTicksNowFunction = decltype(&ThreadTicks::Now); variable
34 ThreadTicksNowFunction thread_ticks_override);
71 extern ThreadTicksNowFunction g_thread_ticks_now_function;
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
H A Dtime_override.h18 using ThreadTicksNowFunction = decltype(&ThreadTicks::Now); variable
39 ThreadTicksNowFunction thread_ticks_override); in PA_COMPONENT_EXPORT()
80 extern std::atomic<ThreadTicksNowFunction> g_thread_ticks_now_function;
H A Dtime_override.cc17 ThreadTicksNowFunction thread_ticks_override) { in ScopedTimeClockOverrides()
H A Dtime.cc29 std::atomic<ThreadTicksNowFunction> g_thread_ticks_now_function{
/aosp_15_r20/external/cronet/base/time/
H A Dtime_override.h20 using ThreadTicksNowFunction = decltype(&ThreadTicks::Now); variable
42 ThreadTicksNowFunction thread_ticks_override,
89 extern std::atomic<ThreadTicksNowFunction> g_thread_ticks_now_function;
H A Dtime_override.cc18 ThreadTicksNowFunction thread_ticks_override, in ScopedTimeClockOverrides()
H A Dtime.cc44 std::atomic<ThreadTicksNowFunction> g_thread_ticks_now_function{