Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
H A Dtime_win.cc184 DWORD (*g_tick_function)(void) = &timeGetTimeWrapper; variable
228 now = g_tick_function(); in RolloverProtectedNow()
382 TickFunctionType old = g_tick_function; in SetMockTickFunction()
383 g_tick_function = ticker; in SetMockTickFunction()
/aosp_15_r20/external/cronet/base/time/
H A Dtime_win.cc405 DWORD (*g_tick_function)(void) = &timeGetTimeWrapper; variable
449 now = g_tick_function(); in RolloverProtectedNow()
599 TickFunctionType old = g_tick_function; in SetMockTickFunction()
600 g_tick_function = ticker; in SetMockTickFunction()