HomeSort by relevance Sort by last modified time
    Searched full:tick_function (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/time/
time_win.cc 293 DWORD (*tick_function)(void) = &timeGetTimeWrapper; member in namespace:__anon7166
316 // We should hold the lock while calling tick_function to make sure that
318 DWORD now = tick_function();
465 TickFunctionType old = tick_function;
466 tick_function = ticker;

Completed in 1159 milliseconds