Lines Matching defs:threads
2 // c11 threads test was removed and t_error messages were added
14 # define VERSION "POSIX threads"
60 threads = 10,
63 static thread id[threads];
64 static unsigned args[threads];
91 if (inside[i] == threads) {
128 for (unsigned i = 0; i < threads; ++i) {
134 while (inside[phase] < threads) {
135 trace("main seeing %u threads in phase %u, waiting\n", inside[phase], phase);
138 tell("main seeing %u threads in phase %u, %s\n", inside[phase], phase, errorstring(ret));
140 t_error("main thread in phase %u (%u threads inside), finished waiting: %s\n", phase, inside[phase], errorstring(ret));
166 for (unsigned i = 0; i < threads; ++i) {