Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h79 _thr_umutex_trylock(struct umutex *mtx, uint32_t id) in _thr_umutex_trylock() function
H A Dthr_private.h599 _thr_umutex_trylock((lck), TID(thrd))
H A Dthr_mutex.c630 ret = _thr_umutex_trylock(&m->m_lock, id); in __Tthr_mutex_trylock()