Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp226 int timeMicroseconds = static_cast<int>((absoluteTime - timeSeconds) * 1000000.0); in timedWait() local
230 targetTime.tv_usec = timeMicroseconds; in timedWait()