Lines Matching full:main
172 // The main program monitors the threads by looking
198 UMTX gStopMutex; // Lets main thread suspend test threads.
200 // worker threads and the main thread
306 // threadMain The main function for each of the swarm of test threads.
330 // If the main thread is asking us to wait, do so by locking gStopMutex
331 // which will block us, since the main thread will be holding it already.
364 // If main thread says it's time to exit, break out of the loop.
384 // main
388 int main (int argc, char **argv)
472 fprintf(stderr, "Main: suspending all threads\n");
492 fprintf(stderr, "Main: starting all threads.\n");