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

  /src/sys/rump/librump/rumpkern/
threads.c 57 static struct rumpuser_cv *thrcv; variable in typeref:struct:rumpuser_cv *
75 rumpuser_cv_wait_nowrap(thrcv, thrmtx);
100 rumpuser_cv_init(&thrcv);
120 rumpuser_cv_broadcast(thrcv);
299 rumpuser_cv_wait_nowrap(thrcv, thrmtx);
threads.c 57 static struct rumpuser_cv *thrcv; variable in typeref:struct:rumpuser_cv *
75 rumpuser_cv_wait_nowrap(thrcv, thrmtx);
100 rumpuser_cv_init(&thrcv);
120 rumpuser_cv_broadcast(thrcv);
299 rumpuser_cv_wait_nowrap(thrcv, thrmtx);

Completed in 112 milliseconds