OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timenanoseconds
(Results
1 - 1
of
1
) sorted by null
/external/webkit/JavaScriptCore/wtf/
ThreadingPthreads.cpp
370
int
timeNanoseconds
= static_cast<int>((absoluteTime - timeSeconds) * 1E9);
374
targetTime.tv_nsec =
timeNanoseconds
;
Completed in 507 milliseconds