Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h148 bool noncst; in _thr_umutex_unlock2() local
151 noncst = (flags & UMUTEX_NONCONSISTENT) != 0; in _thr_umutex_unlock2()
154 if (atomic_cmpset_rel_32(&mtx->m_owner, id, noncst ? in _thr_umutex_unlock2()
165 noncst ? UMUTEX_RB_NOTRECOV : UMUTEX_UNOWNED))); in _thr_umutex_unlock2()
167 if (defer == NULL || noncst) in _thr_umutex_unlock2()