Searched defs:_start_new_thread (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | threading.py | 32 _start_new_thread = _thread.start_new_thread variable |
/external/python/cpython2/Lib/ | ||
D | threading.py | 35 _start_new_thread = thread.start_new_thread variable |