Code review comment for lp:~manjo/checkbox/stress-test

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

248 +
249 + for (i = 0; i < nthreads; i++) {
250 + THREAD_ARG *arg = t_arg + i;
251 + while (arg->t_return == 0);
252 + if (arg->t_return < 0)
253 + running_threads--;
254 + }

What is this busy loop for exactly?

review: Needs Information

« Back to merge proposal