HomeSort by relevance Sort by last modified time
    Searched defs:get_ident (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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().
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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().
  /external/python/cpython2/Lib/
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().
  /external/python/cpython3/Lib/
_dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
65 def get_ident(): function
66 """Dummy implementation of _thread.get_ident().
threading.py 25 __all__ = ['get_ident', 'active_count', 'Condition', 'current_thread',
35 get_ident = _thread.get_ident variable
143 me = get_ident()
171 if self._owner != get_ident():
198 return self._owner == get_ident()
891 self._ident = get_ident()
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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().

Completed in 435 milliseconds