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

/freebsd-10.1-release/sys/sys/
H A Dumtx.h229 int umtx_copyin_timeout(const void *, struct timespec *);
/freebsd-10.1-release/sys/kern/
H A Dkern_thr.c452 error = umtx_copyin_timeout(uap->timeout, &ts);
H A Dkern_umtx.c3191 umtx_copyin_timeout(const void *addr, struct timespec *tsp) function
3234 error = umtx_copyin_timeout(uap->uaddr2, &timeout);
3412 error = umtx_copyin_timeout(uap->uaddr2, &timeout);

Completed in 62 milliseconds