HomeSort by relevance Sort by last modified time
    Searched refs:_thread (Results 51 - 60 of 60) sorted by null

1 23

  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.h 184 ThreadWrapper* _thread; member in class:webrtc::AviRecorder
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_external_transport.h 150 webrtc::ThreadWrapper& _thread; member in class:TbExternalTransport
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 8 _thread = test_support.import_module('thread') variable
191 _local = _thread._local
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 8 _thread = test_support.import_module('thread') variable
191 _local = _thread._local
  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 75 _thread(*ThreadWrapper::CreateThread(TraceImpl::Run, this,
89 _thread.Start(tid);
112 _thread.SetNotAlive();
116 bool stopped = _thread.Stop();
129 delete &_thread;
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
rfc2217.py 432 self._thread = threading.Thread(target=self._telnetReadLoop)
433 self._thread.setDaemon(True)
434 self._thread.setName('pySerial RFC 2217 reader thread for %s' % (self._port,))
435 self._thread.start()
517 if self._thread:
518 self._thread.join()
578 if self._thread is None:
744 self._thread = None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 60 import thread as _thread namespace
62 import dummy_thread as _thread namespace
63 _allocate_lock = _thread.allocate_lock
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 60 import thread as _thread namespace
62 import dummy_thread as _thread namespace
63 _allocate_lock = _thread.allocate_lock
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 299 this._thread = this._record.thread || WebInspector.TimelineModel.MainThreadName;
427 return this._thread;
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 413 public void makeActive(IApplicationThread _thread, ProcessStatsService tracker) {
436 thread = _thread;

Completed in 2010 milliseconds

1 23