Searched refs:timeNanoseconds (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadingPthreads.cpp386 int timeNanoseconds = static_cast<int>((absoluteTime - timeSeconds) * 1E9); local
390 targetTime.tv_nsec = timeNanoseconds;

Completed in 70 milliseconds