Home
last modified time | relevance | path

Searched refs:abs_timeout (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_mutex.c151 const struct timespec *abs_timeout);
499 const struct timespec * __restrict abs_timeout) in __pthread_mutex_timedlock() argument
519 return (mutex_lock_common(curthread, m, abs_timeout)); in __pthread_mutex_timedlock()
524 const struct timespec *abs_timeout) in _pthread_mutex_timedlock() argument
543 return (mutex_lock_common(curthread, m, abs_timeout)); in _pthread_mutex_timedlock()
/dragonfly/sys/dev/drm/
H A Ddrm_syncobj.c812 ktime_t abs_timeout, now;
819 abs_timeout = ns_to_ktime(timeout_nsec);
822 if (!ktime_after(abs_timeout, now))
825 timeout_ns = ktime_to_ns(ktime_sub(abs_timeout, now));
/dragonfly/sys/kern/
H A Dsys_mqueue.c761 if (uap->abs_timeout) { in sys_mq_timedreceive()
762 error = copyin(uap->abs_timeout, &ts, sizeof(ts)); in sys_mq_timedreceive()
942 if (uap->abs_timeout) { in sys_mq_timedsend()
943 error = copyin(uap->abs_timeout, &ts, sizeof(ts)); in sys_mq_timedsend()
/dragonfly/sys/sys/
H A Dsysproto.h1281 const struct timespec * abs_timeout; char abs_timeout_[PAD_(const struct timespec *)]; member
1288 const struct timespec * abs_timeout; char abs_timeout_[PAD_(const struct timespec *)]; member