Home
last modified time | relevance | path

Searched defs:schedule_absolute (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-test.hpp33 virtual void schedule_absolute(long when, const schedulable& a) const in schedule_absolute() function
85 void schedule_absolute(absolute when, const schedulable& scbl) const { in schedule_absolute() function
424 void schedule_absolute(long when, const schedulable& a) const { in schedule_absolute() function in rxcpp::schedulers::test::test_worker
433 auto schedule_absolute(long when, Arg0&& a0, ArgN&&... an) const in schedule_absolute() function in rxcpp::schedulers::test::test_worker
Drx-virtualtime.hpp206 virtual void schedule_absolute(typename base::absolute when, const schedulable& a) const in schedule_absolute() function