HomeSort by relevance Sort by last modified time
    Searched defs:start_new_thread (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',
27 def start_new_thread(function, args, kwargs={}): function
28 """Dummy implementation of thread.start_new_thread().
139 """Set _interrupt flag to True to have start_new_thread raise
  /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',
27 def start_new_thread(function, args, kwargs={}): function
28 """Dummy implementation of thread.start_new_thread().
139 """Set _interrupt flag to True to have start_new_thread raise
  /external/python/cpython2/Lib/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
27 def start_new_thread(function, args, kwargs={}): function
28 """Dummy implementation of thread.start_new_thread().
139 """Set _interrupt flag to True to have start_new_thread raise
  /external/python/cpython3/Lib/
_dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
29 def start_new_thread(function, args, kwargs={}): function
30 """Dummy implementation of _thread.start_new_thread().
157 """Set _interrupt flag to True to have start_new_thread raise
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
27 def start_new_thread(function, args, kwargs={}): function
28 """Dummy implementation of thread.start_new_thread().
139 """Set _interrupt flag to True to have start_new_thread raise
  /prebuilts/gdb/linux-x86/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
27 def start_new_thread(function, args, kwargs={}): function
28 """Dummy implementation of thread.start_new_thread().
139 """Set _interrupt flag to True to have start_new_thread raise
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
27 def start_new_thread(function, args, kwargs={}): function
28 """Dummy implementation of thread.start_new_thread().
139 """Set _interrupt flag to True to have start_new_thread raise
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
27 def start_new_thread(function, args, kwargs={}): function
28 """Dummy implementation of thread.start_new_thread().
139 """Set _interrupt flag to True to have start_new_thread raise

Completed in 68 milliseconds