webrtc/test/time_controller
Danil Chapovalov 14273de88b Make ProcessThread be a TaskQueue implementation
That would allow to switch components from relying on ProcessThreads to
relying on TaskQueue one by one, without introducing new threads.

Bug: webrtc:6289
Change-Id: I18fe5d679d4d4d0ddf4a11900c9814eb570284d6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167533
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30631}
2020-02-27 14:29:03 +00:00
..
BUILD.gn Don't condition the time_controller target on rtc_include_tests. 2020-01-29 09:59:34 +00:00
external_time_controller.cc Make ProcessThread be a TaskQueue implementation 2020-02-27 14:29:03 +00:00
external_time_controller.h Reland "Using simulated rtc::Thread for peer connection scenario tests." 2020-01-17 09:22:18 +00:00
external_time_controller_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
real_time_controller.cc Moves ownership of time controller into NetworkEmulationManager. 2020-01-22 11:12:27 +00:00
real_time_controller.h Moves ownership of time controller into NetworkEmulationManager. 2020-01-22 11:12:27 +00:00
simulated_process_thread.cc Make ProcessThread be a TaskQueue implementation 2020-02-27 14:29:03 +00:00
simulated_process_thread.h Make ProcessThread be a TaskQueue implementation 2020-02-27 14:29:03 +00:00
simulated_task_queue.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
simulated_task_queue.h Separates simulated TaskQueue and simulated ProcessThread. 2020-01-13 11:26:42 +00:00
simulated_thread.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
simulated_thread.h Moves ownership of time controller into NetworkEmulationManager. 2020-01-22 11:12:27 +00:00
simulated_time_controller.cc Adds current thread to yielders in SimulatedThread::SendTask. 2020-01-17 15:08:53 +00:00
simulated_time_controller.h Adds current thread to yielders in SimulatedThread::SendTask. 2020-01-17 15:08:53 +00:00
simulated_time_controller_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00