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

  /src/sys/fs/udf/
udf_strat_sequential.c 90 int thread_finished; /* thread control */ member in struct:strat_private
598 priv->thread_finished = 1;
667 priv->thread_finished = 0;
700 while (!priv->thread_finished) {
udf_strat_rmw.c 131 int thread_finished; /* thread control */ member in struct:strat_private
1360 priv->thread_finished = 1;
1455 priv->thread_finished = 0;
1487 while (!priv->thread_finished) {

Completed in 31 milliseconds