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/webrtc/webrtc/test/channel_transport/
Dudp_socket_manager_posix.h78 rtc::PlatformThread _thread; variable
/external/mesa3d/src/glx/apple/
Dapple_glx_log.c117 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/python/cpython3/Lib/test/
Dtest_dummy_thread.py1 import _dummy_thread as _thread namespace
/external/python/cpython2/Lib/
Dtempfile.py60 import thread as _thread namespace
62 import dummy_thread as _thread namespace
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc180 rtc::PlatformThread _thread; member in ThreadTest