Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h46 int __thr_umutex_unlock(struct umutex *mtx) __hidden;
157 return (__thr_umutex_unlock(mtx)); in _thr_umutex_unlock2()
H A Dthr_umtx.c160 __thr_umutex_unlock(struct umutex *mtx) in __thr_umutex_unlock() function