Home
last modified time | relevance | path

Searched defs:_thread (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/site_tests/platform_PrinterPpds/
Dtest_multithreaded_processor.py33 def _thread(self, task_id): member in EvenNumbersGenerator
Dmultithreaded_processor.py82 def _thread(self, function_task): member in MultithreadedProcessor
/external/mesa3d/src/glx/apple/
Dapple_glx_log.c118 char *_thread; in _apple_glx_vlog() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDefaultExecutor.kt31 private var _thread: Thread? = null variable
/external/python/cpython2/Lib/test/
Dtest_dummy_thread.py8 import dummy_thread as _thread namespace
Dtest_threading_local.py8 _thread = support.import_module('thread') variable
/external/python/cpython2/Lib/
Dtempfile.py60 import thread as _thread namespace
62 import dummy_thread as _thread namespace
/external/python/cffi/cffi/
Dcparser.py12 import thread as _thread namespace
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
Dgdbclientutils.py312 _thread = None variable in MockGDBServer