Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_PrinterPpds/
Dtest_multithreaded_processor.py36 def _thread(self, task_id): member in EvenNumbersGenerator
Dmultithreaded_processor.py86 def _thread(self, function_task): member in MultithreadedProcessor
/external/mesa3d/src/glx/apple/
Dapple_glx_log.c107 char *_thread; in _apple_glx_vlog() local
/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDefaultExecutor.kt46 private var _thread: Thread? = null variable
/external/python/cpython2/Lib/
Dtempfile.py60 import thread as _thread namespace
62 import dummy_thread as _thread namespace
/external/trusty/lk/lib/rust_support/
Dthread.rs126 _thread: NonNull<thread_t>, field
/external/python/cpython3/Doc/whatsnew/
D3.10.rst1411 _thread section in Improved Modules
/external/ComputeLibrary/src/runtime/CPP/
DCPPScheduler.cpp197 std::thread _thread{}; member in arm_compute::__anona1a983350111::Thread
/external/python/cpython3/Lib/importlib/
D_bootstrap.py32 _thread = None variable
/external/lzma/CPP/7zip/UI/GUI/
DBenchmarkDialog.cpp338 NWindows::CThread _thread; member in CBenchmarkDialog