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

/external/dng_sdk/source/
H A Ddng_pthread.h65 struct dng_timespec { struct
119 int dng_pthread_cond_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time);
182 #define timespec dng_timespec
H A Ddng_pthread.cpp662 int dng_pthread_cond_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time)
666 struct dng_timespec sys_timespec;

Completed in 74 milliseconds