Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dumtxvar.h203 int umtx_copyin_timeout(const void *, struct timespec *);
/freebsd/sys/kern/
H A Dkern_thr.c529 error = umtx_copyin_timeout(uap->timeout, &ts); in sys_thr_suspend()
H A Dkern_umtx.c3836 umtx_copyin_timeout(const void *uaddr, struct timespec *tsp) in umtx_copyin_timeout() function
4937 .copyin_timeout = umtx_copyin_timeout,