Home
last modified time | relevance | path

Searched refs:_start_new_thread (Results 1 – 4 of 4) 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/cpython3/Lib/test/
Dtest_threading.py273 _start_new_thread = threading._start_new_thread
274 threading._start_new_thread = fail_new_thread
282 threading._start_new_thread = _start_new_thread
/external/python/cpython3/Lib/
Dthreading.py33 _start_new_thread = _thread.start_new_thread variable
847 _start_new_thread(self._bootstrap, ())
/external/python/cpython2/Lib/
Dthreading.py35 _start_new_thread = thread.start_new_thread variable
736 _start_new_thread(self.__bootstrap, ())