Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_mutex.c953 mutex_unlock_common(struct pthread_mutex *m, bool cv, int *mtx_defer) in mutex_unlock_common() argument
988 error = _thr_umutex_unlock2(&m->m_lock, id, mtx_defer); in mutex_unlock_common()
990 if (mtx_defer == NULL) { in mutex_unlock_common()
995 *mtx_defer = 1; in mutex_unlock_common()