Lines Matching refs:mtx
166 static mutex_t mtx = DEFAULTMUTEX; variable
308 (void) mutex_lock(&mtx); in server_main()
388 (void) cond_wait(&cv, &mtx); in server_main()
522 (void) mutex_lock(&mtx); in pkg_door_srv()
532 (void) cond_wait(&cv, &mtx); in pkg_door_srv()
576 (void) mutex_unlock(&mtx); in pkg_door_srv()
582 (void) mutex_unlock(&mtx); in pkg_door_srv()
1199 (void) mutex_lock(&mtx); in thr_pkgfilter()
1201 (void) mutex_unlock(&mtx); in thr_pkgfilter()
1219 (void) mutex_lock(&mtx); in thr_pkgfilter()
1223 (void) mutex_unlock(&mtx); in thr_pkgfilter()
1245 (void) cond_reltimedwait(&cv, &mtx, &waitfor); in my_cond_reltimedwait()