Searched refs:sys_timespec (Results 1 – 1 of 1) sorted by relevance
666 struct dng_timespec sys_timespec; in dng_pthread_cond_timedwait() local668 dng_pthread_now (&sys_timespec); in dng_pthread_cond_timedwait()670 __int64 sys_time = (__int64)sys_timespec.tv_sec * 1000000000 + sys_timespec.tv_nsec; in dng_pthread_cond_timedwait()