Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_threading.py258 _start_new_thread = threading._start_new_thread
259 threading._start_new_thread = fail_new_thread
267 threading._start_new_thread = _start_new_thread
/external/python/cpython2/Lib/
Dthreading.py35 _start_new_thread = thread.start_new_thread variable
736 _start_new_thread(self.__bootstrap, ())