Home
last modified time | relevance | path

Searched defs:RunUntil (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_async/public/pw_async/
Dfake_dispatcher_fixture.h52 void RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function
Dfake_dispatcher.h37 void RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dsimulator.h137 bool Simulator::RunUntil(TerminationPredicate termination_predicate) { in RunUntil() function
/external/pigweed/pw_async_basic/
Dfake_dispatcher.cc39 void NativeFakeDispatcher::RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function in pw::async::test::backend::NativeFakeDispatcher
Ddispatcher.cc52 void BasicDispatcher::RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function in pw::async::BasicDispatcher
/external/webrtc/test/scenario/
Dscenario.cc283 void Scenario::RunUntil(TimeDelta target_time_since_start) { in RunUntil() function in webrtc::test::Scenario
287 void Scenario::RunUntil(TimeDelta target_time_since_start, in RunUntil() function in webrtc::test::Scenario
/external/rust/crates/tokio/src/task/
Dlocal.rs907 impl<T: Future> Future for RunUntil<'_, T> { implementation