HomeSort by: relevance | last modified time | path
    Searched defs:thrmtx (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
threads.c 56 static struct rumpuser_mtx *thrmtx; variable in typeref:struct:rumpuser_mtx *
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);
    [all...]

Completed in 46 milliseconds