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

  /src/sys/fs/udf/
udf_strat_sequential.c 88 int thread_running; /* thread control */ member in struct:strat_private
572 priv->thread_running = 1;
597 priv->thread_running = 0;
668 priv->thread_running = 0;
679 while (!priv->thread_running) {
udf_strat_rmw.c 129 int thread_running; /* thread control */ member in struct:strat_private
384 KASSERT(priv->thread_running);
1207 priv->thread_running = 1;
1359 priv->thread_running = 0;
1456 priv->thread_running = 0;
1466 while (!priv->thread_running) {

Completed in 14 milliseconds