test_threadsignals.py | 129 def other_thread(): function in function:ThreadSignals.test_rlock_acquire_interruption 133 thread.start_new_thread(other_thread, ()) 155 def other_thread(): function in function:ThreadSignals.acquire_retries_on_intr.my_handler 169 thread.start_new_thread(other_thread, ())
|