Home | History | Annotate | Download | only in python2.7

Lines Matching refs:current_thread

30            'current_thread', 'enumerate', 'Event',
66 # Issue #4188: calling current_thread() can incur an infinite
300 # Return True if lock is owned by current_thread.
709 return current_thread().daemon
904 # current_thread()), and would block.
937 if self is current_thread():
1120 # If they invoke anything in threading.py that calls current_thread(), they
1122 # Their purpose is to return *something* from current_thread().
1160 ##print "current_thread(): no current thread for", _get_ident()
1163 current_thread = currentThread
1185 current_thread(), and the main thread. It excludes terminated threads and
1221 current = current_thread()