Home
last modified time | relevance | path

Searched refs:schedule_rebind (Results 1 – 1 of 1) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp260 schedule_rebind(scbl); in schedule()
266 schedule_rebind(when, scbl); in schedule()
275 schedule_rebind(now() + when, scbl); in schedule()
301 void schedule_rebind(const schedulable& scbl, ArgN&&... an) const;
312 void schedule_rebind(clock_type::time_point when, const schedulable& scbl, ArgN&&... an) const;
812 void worker::schedule_rebind(const schedulable& scbl, ArgN&&... an) const { in schedule_rebind() function in rxcpp::schedulers::worker
831 void worker::schedule_rebind(clock_type::time_point when, const schedulable& scbl, ArgN&&... an) co… in schedule_rebind() function in rxcpp::schedulers::worker