Searched refs:check_timespec (Results 1 – 5 of 5) sorted by relevance
50 static inline int check_timespec(const timespec* ts, bool null_allowed) { in check_timespec() function
300 result = check_timespec(abs_timeout_or_null, true); in __pthread_rwlock_timedrdlock()371 result = check_timespec(abs_timeout_or_null, true); in __pthread_rwlock_timedwrlock()
244 int result = check_timespec(abs_timeout, false); in __sem_timedwait()
186 int result = check_timespec(abs_timeout_or_null, true); in __pthread_cond_timedwait()
587 int result = check_timespec(abs_timeout_or_null, true); in NormalMutexLock()779 int result = check_timespec(abs_timeout_or_null, true); in MutexLockWithTimeout()