Searched refs:master_thread (Results 1 – 4 of 4) sorted by relevance
116 master_thread = thread_lib.ExceptionRememberingThread(119 thread_list = [failing_worker, waiting_worker, master_thread]124 master_thread.join()126 self.assertTrue(isinstance(master_thread.err,129 self.assertTrue(str(failing_worker.err) in str(master_thread.err))
106 void *master_thread(void *arg) in master_thread() function187 create_other_thread(master_thread, NULL); in main()
104 void *master_thread(void *arg) in master_thread() function213 create_fifo_thread(master_thread, (void *)(intptr_t) i, ++prio); in main()
231 void *master_thread(void *arg) in master_thread() function321 create_fifo_thread(master_thread, NULL, in main()