Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dumtx.h197 int umtx_copyin_timeout(const void *, struct timespec *);
/f-stack/freebsd/kern/
H A Dkern_thr.c500 error = umtx_copyin_timeout(uap->timeout, &ts); in sys_thr_suspend()
H A Dkern_umtx.c3401 umtx_copyin_timeout(const void *uaddr, struct timespec *tsp) in umtx_copyin_timeout() function
4396 .copyin_timeout = umtx_copyin_timeout,