Searched refs:umtx_copyin_timeout (Results 1 – 3 of 3) sorted by relevance
197 int umtx_copyin_timeout(const void *, struct timespec *);
500 error = umtx_copyin_timeout(uap->timeout, &ts); in sys_thr_suspend()
3401 umtx_copyin_timeout(const void *uaddr, struct timespec *tsp) in umtx_copyin_timeout() function4396 .copyin_timeout = umtx_copyin_timeout,