Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dthreading.py32 _start_new_thread = _thread.start_new_thread variable
/external/python/cpython2/Lib/
Dthreading.py35 _start_new_thread = thread.start_new_thread variable