Searched refs:threads_ending (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/tests/aiostress/
H A Daio-stress.c120 int threads_ending = 0; variable
1110 threads_ending = 0;
1127 if (stonewall && threads_ending) {
1180 threads_ending++;
1181 if (threads_ending == num_threads) {
1186 while(threads_ending != num_threads)
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c117 int threads_ending = 0; variable
1126 threads_ending = 0;
1144 if (stonewall && threads_ending) {
1199 threads_ending++;
1200 if (threads_ending == num_threads) {
1205 while (threads_ending != num_threads)

Completed in 105 milliseconds