Searched refs:mutex_owner (Results 1 – 4 of 4) sorted by relevance
284 static lwp_t *mutex_owner(wchan_t);304 .sobj_owner = mutex_owner,836 mutex_owner(wchan_t wchan) in mutex_owner() function865 return mutex_owner(mtx) == curlwp; in mutex_owner_running()
178 ASSERT(mutex_owner(mp) == curthread); in mutex_exit()184 mutex_owner(kmutex_t *mp) in mutex_owner() function321 ASSERT(mutex_owner(mp) == curthread); in cv_wait()354 ASSERT(mutex_owner(mp) == curthread); in cv_timedwait()392 ASSERT(mutex_owner(mp) == curthread); in cv_timedwait_hires()
288 extern void *mutex_owner(kmutex_t *mp);
10723 rump(3): Implement mutex_owner() and use it to improve pagedaemon