Home
last modified time | relevance | path

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

/freebsd-src/lib/libthr/thread/
H A Dthr_umtx.h48 int __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling,
H A Dthr_umtx.c174 __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling, in __thr_umutex_set_ceiling() function
H A Dthr_mutex.c1049 ret = __thr_umutex_set_ceiling(&m->m_lock, ceiling, old_ceiling); in _pthread_mutex_setprioceiling()