Home
last modified time | relevance | path

Searched refs:call_interrupt (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_dummy_thread.py109 def call_interrupt(): function
112 call_interrupt, tuple())
/external/python/cpython3/Lib/test/
Dtest_dummy_thread.py147 def call_interrupt(): function
152 call_interrupt,
Dtest_threading.py1352 def call_interrupt(): function
1354 t = threading.Thread(target=call_interrupt)