Searched defs:abstime (Results 1 – 8 of 8) sorted by relevance
11 int64_t timespec_to_timeoutms(const struct timespec *abstime) in timespec_to_timeoutms()
199 const struct timespec *abstime) in pthread_rwlock_timedrdlock()272 const struct timespec *abstime) in pthread_rwlock_timedwrlock()
255 unsigned int msg_prio, const struct timespec *abstime) in mq_timedsend()286 unsigned int *msg_prio, const struct timespec *abstime) in mq_timedreceive()
169 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, const struct timespec *abstime) in pthread_cond_timedwait()
160 int sem_timedwait(sem_t *semaphore, struct timespec *abstime) in sem_timedwait()
213 const struct timespec *abstime) in pthread_mutex_timedlock()
1150 int pthread_timedjoin_np(pthread_t pthread, void **status, const struct timespec *abstime) in pthread_timedjoin_np()
28 struct timespec abstime; in semaphore_test() local