Home
last modified time | relevance | path

Searched defs:scbl (Results 1 – 3 of 3) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp536 schedulable(schedulable scbl, worker q, action a) in schedulable() function in rxcpp::schedulers::schedulable
743 const schedulable& scbl) in make_schedulable()
749 schedulable&& scbl) in make_schedulable()
772 auto make_schedulable(schedulable scbl, composite_subscription cs, F&& f) in make_schedulable()
777 auto make_schedulable(schedulable scbl, worker sc, F&& f) in make_schedulable()
782 auto make_schedulable(schedulable scbl, F&& f) in make_schedulable()
787 inline auto make_schedulable(schedulable scbl, composite_subscription cs) in make_schedulable()
791 inline auto make_schedulable(schedulable scbl, worker sc, composite_subscription cs) in make_schedulable()
795 inline auto make_schedulable(schedulable scbl, worker sc) in make_schedulable()
806 auto scbl = make_schedulable(*this, std::forward<Arg0>(a0), std::forward<ArgN>(an)...); in schedule() local
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/test/sources/
Dinterval.cpp14 [=, &c](rxsc::schedulable scbl){ in __anon4b8fbe9d0102()
57 rxsc::make_schedulable(w, [=, &c](rxsc::schedulable scbl){ in __anon4b8fbe9d0402()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-virtualtime.hpp212 [a](const schedulable& scbl) { in schedule_absolute()