Home
last modified time | relevance | path

Searched refs:__thr_umutex_trylock (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h47 int __thr_umutex_trylock(struct umutex *mtx) __hidden;
92 return (__thr_umutex_trylock(mtx)); in _thr_umutex_trylock()
H A Dthr_umtx.c167 __thr_umutex_trylock(struct umutex *mtx) in __thr_umutex_trylock() function