Home | History | Annotate | Download | only in test

Lines Matching refs:current_thread

150             # Calling current_thread() forces an entry for the foreign
152 threading.current_thread()
328 threading.current_thread()
428 threading.current_thread()
479 args=(threading.current_thread(),))
498 args=(threading.current_thread(),))
510 main_thread = threading.current_thread()
701 current_thread = threading.current_thread()
702 self.assertRaises(RuntimeError, current_thread.join);