webrtc/test/time_controller
Sebastian Jansson 7b6add35ab Makes simulated time controller deterministic.
Replacing sets of pointers (that will depend on allocation addresses)
with vectors and lists. This allows deterministic execution.

Also doing some cleanup of the task queue configuration, ensuring that
the task queue states is not set outside of actual task queues.

Bug: webrtc:10365
Change-Id: I1fad621c7b1ba0bbb33db8c3bd69cb3a1e212b9c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130460
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27364}
2019-03-29 18:40:37 +00:00
..
BUILD.gn
real_time_controller.cc
real_time_controller.h
simulated_time_controller.cc Makes simulated time controller deterministic. 2019-03-29 18:40:37 +00:00
simulated_time_controller.h Makes simulated time controller deterministic. 2019-03-29 18:40:37 +00:00
simulated_time_controller_unittest.cc
time_controller.h