Home | History | Annotate | Download | only in Lib

Lines Matching full:_thread

9         import _thread
11 import _dummy_thread as _thread
30 """Dummy implementation of _thread.start_new_thread().
34 and it is SystemExit (which can be done by _thread.exit()) it is
62 """Dummy implementation of _thread.exit()."""
66 """Dummy implementation of _thread.get_ident().
75 """Dummy implementation of _thread.allocate_lock()."""
79 """Dummy implementation of _thread.stack_size()."""
85 """Dummy implementation of _thread._set_sentinel()."""
89 """Class implementing dummy implementation of _thread.LockType.
93 the lock, though, should not be done since if the _thread module is