Home
last modified time | relevance | path

Searched refs:__timespec_from_absolute (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dpthread_internals.cpp73 int __timespec_from_absolute(timespec* ts, const timespec* abstime, clockid_t clock) { in __timespec_from_absolute() function
Dpthread_internal.h120 __LIBC_HIDDEN__ int __timespec_from_absolute(timespec*, const timespec*, clockid_t);
Dpthread_mutex.cpp643 if (__timespec_from_absolute(&ts, abs_timeout, clock) < 0) { in __pthread_mutex_timedlock()
684 if (__timespec_from_absolute(&ts, abs_timeout, clock) < 0) { in __pthread_mutex_timedlock()
706 if (__timespec_from_absolute(&ts, abs_timeout, clock) < 0) { in __pthread_mutex_timedlock()
Dpthread_cond.cpp171 if (__timespec_from_absolute(&ts, abstime, clock) < 0) { in __pthread_cond_timedwait()
Dpthread_rwlock.cpp74 if (__timespec_from_absolute(rel_timeout, abs_timeout, CLOCK_REALTIME) < 0) { in timespec_from_absolute()