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

  /external/webrtc/src/system_wrappers/source/
thread_posix.h 61 pthread_t _thread; member in class:webrtc::ThreadPosix
thread_posix.cc 139 result |= pthread_create(&_thread, &_attr, &StartThread, this);
155 threadID = static_cast<unsigned int>(_thread);
186 result = pthread_setschedparam(_thread, policy, &param);
239 if (_thread && (0 != pthread_cancel(_thread)))
trace_impl.h 118 ThreadWrapper& _thread; member in class:webrtc::TraceImpl
trace_impl.cc 76 _thread(*ThreadWrapper::CreateThread(TraceImpl::Run, this,
90 _thread.Start(tid);
120 _thread.SetNotAlive();
124 bool stopped = _thread.Stop();
137 delete &_thread;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker.py 264 class _Thread(threading.Thread):
287 self._thread = _Thread(self, port, self._client)
290 return self._thread.cancel()
294 return self._thread.isAlive()
297 return self._thread.join(timeout)
300 return self._thread.log_wedged_worker(test_name)
303 self._thread.start()
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 305 ProcessRecord(BatteryStatsImpl.Uid.Proc _batteryStats, IApplicationThread _thread,
314 thread = _thread;

Completed in 137 milliseconds