Lines Matching refs:start
151 t.start()
179 t.start()
316 t.start()
349 # Issue 7481: Failure to start thread should cleanup the limbo map.
356 self.assertRaises(threading.ThreadError, t.start)
359 "Failed to cleanup _limbo map on failure of Thread.start().")
411 t.start()
434 threading.Thread(target=child).start()
450 t.start()
467 self.thread.start()
603 t.start()
622 th.start()
668 th.start()
734 threading.Thread(target=f).start()
753 t.start()
785 t.start()
809 t.start()
815 t.start()
888 # Thread.start() must add lock to _shutdown_locks,
890 thread.start()
937 thread.start()
946 threading.Thread(target=noop).start()
1018 t.start()
1040 t.start()
1066 t.start()
1070 w.start()
1104 new_thread.start()
1130 # start a bunch of threads that will fork() child processes
1135 t.start()
1144 # start a bunch of threads
1149 t.start()
1194 threading.Thread(target=f).start()
1231 threading.Thread(target=f).start()
1250 threading.Thread(target=f, daemon=True).start()
1264 # A RuntimeError should be raised if Thread.start() is called
1268 thread.start()
1269 self.assertRaises(RuntimeError, thread.start)
1282 thread.start()
1310 w.start()
1335 t.start()
1363 t.start()
1393 t.start()
1417 thread.start()
1437 t.start()
1454 thread.start()
1492 thread.start()
1507 thread.start()
1532 thread.start()
1543 thread.start()
1572 timer1.start()
1578 timer2.start()
1660 t.start()
1701 t.start()