Searched defs:current_thread (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D_threading_local.py165 current_thread().__dict__[key] = dict
171 d = current_thread().__dict__.get(key)
174 current_thread().__dict__[key] = d
251 from threading import current_thread, RLock namespace
H A Dthreading.py30 '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 variable
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D_threading_local.py165 current_thread().__dict__[key] = dict
171 d = current_thread().__dict__.get(key)
174 current_thread().__dict__[key] = d
251 from threading import current_thread, RLock namespace
H A Dthreading.py30 '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 variable
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_all.py464 from threading import Thread, current_thread namespace
465 del Thread, current_thread
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_all.py464 from threading import Thread, current_thread namespace
465 del Thread, current_thread

Completed in 72 milliseconds