Lines Matching refs:_thread
4 import _thread
32 _start_new_thread = _thread.start_new_thread
33 _allocate_lock = _thread.allocate_lock
34 _set_sentinel = _thread._set_sentinel
35 get_ident = _thread.get_ident
36 ThreadError = _thread.error
38 _CRLock = _thread.RLock
41 TIMEOUT_MAX = _thread.TIMEOUT_MAX
42 del _thread
1271 from _thread import stack_size
1316 from _thread import _local as local