Home | History | Annotate | Download | only in test

Lines Matching full:_thread

12 _thread = import_module('_thread')
128 _thread.start_new_thread(f, ())
140 except _thread.error:
152 except _thread.error:
168 tid = _thread.start_new_thread(f, (mutex,))
287 import ctypes, sys, time, _thread
290 ready = _thread.allocate_lock()
307 _thread.start_new_thread(waitingThread, ())
438 import _thread, threading, os, time
447 _thread.start_new_thread(background_thread, (evt,))
545 started = _thread.allocate_lock()
546 finish = _thread.allocate_lock()
579 started = _thread.allocate_lock()
580 finish = _thread.allocate_lock()
1127 support.check__all__(self, threading, ('threading', '_thread'),