Home
last modified time | relevance | path

Searched refs:umtx_copyin_timeout (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/sys/
Dumtx.h229 int umtx_copyin_timeout(const void *, struct timespec *);
/freebsd-10-stable/sys/kern/
Dkern_thr.c489 error = umtx_copyin_timeout(uap->timeout, &ts); in sys_thr_suspend()
Dkern_umtx.c3393 umtx_copyin_timeout(const void *addr, struct timespec *tsp) in umtx_copyin_timeout() function
3436 error = umtx_copyin_timeout(uap->uaddr2, &timeout); in __umtx_op_lock_umtx()
3614 error = umtx_copyin_timeout(uap->uaddr2, &timeout); in __umtx_op_cv_wait()