Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_threading.py324 _start_new_thread = threading._start_new_thread
325 threading._start_new_thread = fail_new_thread
333 threading._start_new_thread = _start_new_thread
/third_party/python/Lib/
Dthreading.py34 _start_new_thread = _thread.start_new_thread variable
928 _start_new_thread(self._bootstrap, ())