Home | History | Annotate | Download | only in Misc

Lines Matching full:_thread

900   the "threading" and "_thread" modules. Patch from Mattip.
9557 _thread.get_ident().
10014 The _thread.error exception is now an alias of RuntimeError. Patch by
12115 since an optimized C implementation (_thread._local) is used instead.
13967 `_thread.start_new_thread()`).
14539 ``_thread._count()``.
19301 inherited from _Thread since it uses up a lock allocated by 'thread'. The