OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timemicroseconds
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp
226
int
timeMicroseconds
= static_cast<int>((absoluteTime - timeSeconds) * 1000000.0);
230
targetTime.tv_usec =
timeMicroseconds
;
Completed in 38 milliseconds