Home
last modified time | relevance | path

Searched refs:call_interrupt (Results 1 – 2 of 2) 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_threading.py1404 def call_interrupt(): function
1406 t = threading.Thread(target=call_interrupt)