Home | History | Annotate | Download | only in rumpkern

Lines Matching defs:thrmtx

56 static struct rumpuser_mtx *thrmtx;
73 rumpuser_mutex_enter_nowrap(thrmtx);
75 rumpuser_cv_wait_nowrap(thrcv, thrmtx);
77 rumpuser_mutex_exit(thrmtx);
99 rumpuser_mutex_init(&thrmtx, RUMPUSER_MTX_SPIN);
109 rumpuser_mutex_enter(thrmtx);
121 rumpuser_mutex_exit(thrmtx);
297 rumpuser_mutex_enter_nowrap(thrmtx);
299 rumpuser_cv_wait_nowrap(thrcv, thrmtx);
301 rumpuser_mutex_exit(thrmtx);
338 rumpuser_mutex_enter_nowrap(thrmtx);
340 rumpuser_mutex_exit(thrmtx);
356 rumpuser_mutex_enter_nowrap(thrmtx);
363 rumpuser_mutex_exit(thrmtx);