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.py279 _start_new_thread = threading._start_new_thread
280 threading._start_new_thread = fail_new_thread
288 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, ())
/external/python/cpython3/Lib/
Dthreading.py34 _start_new_thread = _thread.start_new_thread variable
874 _start_new_thread(self._bootstrap, ())