Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_join.c144 ret = _thr_umtx_wait(&pthread->tid, tid, tsp); in join_common()
H A Dthr_umtx.h54 int _thr_umtx_wait(volatile long *mtx, long exp,
H A Dthr_umtx.c182 _thr_umtx_wait(volatile long *mtx, long id, const struct timespec *timeout) in _thr_umtx_wait() function