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

  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 375 int timeNanoseconds = static_cast<int>((absoluteTime - timeSeconds) * 1E9);
379 targetTime.tv_nsec = timeNanoseconds;

Completed in 124 milliseconds