Searched refs:SimulatedThread (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/test/time_controller/ |
D | simulated_thread.cc | 42 SimulatedThread::SimulatedThread( in SimulatedThread() function in webrtc::SimulatedThread 53 SimulatedThread::~SimulatedThread() { in ~SimulatedThread() 58 void SimulatedThread::RunReady(Timestamp at_time) { in RunReady() 70 void SimulatedThread::Send(const rtc::Location& posted_from, in Send() 92 void SimulatedThread::Post(const rtc::Location& posted_from, in Post() 102 void SimulatedThread::PostDelayed(const rtc::Location& posted_from, in PostDelayed() 113 void SimulatedThread::PostAt(const rtc::Location& posted_from, in PostAt() 123 void SimulatedThread::Stop() { in Stop() 129 : SimulatedThread(handler, "main", nullptr), current_setter_(this) {} in SimulatedMainThread()
|
D | simulated_thread.h | 20 class SimulatedThread : public rtc::Thread, 24 SimulatedThread(sim_time_impl::SimulatedTimeControllerImpl* handler, 27 ~SimulatedThread() override; 69 class SimulatedMainThread : public SimulatedThread {
|
D | simulated_time_controller.cc | 70 std::make_unique<SimulatedThread>(this, name, std::move(socket_server)); in CreateThread() 97 SimulatedThread::CurrentThreadSetter set_current(dummy_thread_.get()); in RunReadyRunners()
|