/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock', 62 def get_ident(): function 63 """Dummy implementation of thread.get_ident().
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock', 62 def get_ident(): function 63 """Dummy implementation of thread.get_ident().
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
lock_tests.py | 7 from thread import start_new_thread, get_ident namespace 34 tid = get_ident()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
lock_tests.py | 7 from thread import start_new_thread, get_ident namespace 34 tid = get_ident()
|