Home
last modified time | relevance | path

Searched defs:abs_milli (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/compat/
H A Dw32pthreads.h167 int64_t abs_milli = abstime->tv_sec * 1000LL + abstime->tv_nsec / 1000000; in pthread_cond_timedwait() local
H A Dos2threads.h174 int64_t abs_milli = abstime->tv_sec * 1000LL + abstime->tv_nsec / 1000000; in pthread_cond_timedwait() local

Completed in 3 milliseconds