Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_manager_posix.h78 rtc::PlatformThread _thread; variable
/external/mesa3d/src/glx/apple/
Dapple_glx_log.c116 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/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