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

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

Completed in 82 milliseconds