Home
last modified time | relevance | path

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

/trueos/lib/libthr/thread/
HDthr_umtx.h123 _thr_umutex_unlock2(struct umutex *mtx, uint32_t id, int *defer) in _thr_umutex_unlock2() function
151 return _thr_umutex_unlock2(mtx, id, NULL); in _thr_umutex_unlock()
HDthr_mutex.c664 error = _thr_umutex_unlock2(&m->m_lock, id, mtx_defer); in mutex_unlock_common()