Home
last modified time | relevance | path

Searched refs:delay_unlock (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_dummy_thread.py67 def delay_unlock(to_unlock, delay): function
74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))
/external/python/cpython3/Lib/test/
Dtest_dummy_thread.py67 def delay_unlock(to_unlock, delay): function
74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))