Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h145 _thr_umutex_unlock2(struct umutex *mtx, uint32_t id, int *defer) in _thr_umutex_unlock2() function
180 return (_thr_umutex_unlock2(mtx, id, NULL)); in _thr_umutex_unlock()
H A Dthr_mutex.c988 error = _thr_umutex_unlock2(&m->m_lock, id, mtx_defer); in mutex_unlock_common()