Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libthr/thread/
HDthr_umtx.h47 int __thr_umutex_unlock(struct umutex *mtx) __hidden;
158 return (__thr_umutex_unlock(mtx)); in _thr_umutex_unlock2()
HDthr_umtx.c171 __thr_umutex_unlock(struct umutex *mtx) in __thr_umutex_unlock() function