HomeSort by relevance Sort by last modified time
    Searched defs:allocate_lock (Results 1 - 8 of 8) 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',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""
  /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',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""
  /external/python/cpython2/Lib/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""
  /external/python/cpython3/Lib/
_dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
74 def allocate_lock(): function
75 """Dummy implementation of _thread.allocate_lock()."""
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""
  /prebuilts/gdb/linux-x86/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""

Completed in 226 milliseconds