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

  /external/chromium/base/
time_win.cc 251 DWORD (*tick_function)(void) = &timeGetTimeWrapper; member in namespace:__anon3755
274 // We should hold the lock while calling tick_function to make sure that
276 DWORD now = tick_function();
389 TickFunctionType old = tick_function;
390 tick_function = ticker;

Completed in 43 milliseconds