• Home
  • Raw
  • Download

Lines Matching refs:worker

200 class worker : public worker_base  class
202 typedef worker this_type;
205 friend bool operator==(const worker&, const worker&);
211 worker() in worker() function in rxcpp::schedulers::worker
214 worker(composite_subscription cs, detail::const_worker_interface_ptr i) in worker() function in rxcpp::schedulers::worker
219 worker(composite_subscription cs, worker o) in worker() function in rxcpp::schedulers::worker
326 inline bool operator==(const worker& lhs, const worker& rhs) { in operator ==()
329 inline bool operator!=(const worker& lhs, const worker& rhs) { in operator !=()
342 explicit weak_worker(worker& owner) in weak_worker()
348 worker lock() const { in lock()
349 return worker(lifetime, inner.lock()); in lock()
365 virtual worker create_worker(composite_subscription cs) const = 0;
412 inline worker create_worker(composite_subscription cs = composite_subscription()) const { in create_worker()
519 schedulable(worker q, action a) in schedulable()
527 schedulable(composite_subscription cs, worker q, action a) in schedulable()
536 schedulable(schedulable scbl, worker q, action a) in schedulable()
551 inline const worker get_worker() const { in get_worker()
554 inline worker get_worker() { in get_worker()
564 inline static schedulable empty(worker sc) { in empty()
754 inline schedulable make_schedulable(worker sc, action a) { in make_schedulable()
757 inline schedulable make_schedulable(worker sc, composite_subscription cs, action a) { in make_schedulable()
762 auto make_schedulable(worker sc, F&& f) in make_schedulable()
767 auto make_schedulable(worker sc, composite_subscription cs, F&& f) in make_schedulable()
777 auto make_schedulable(schedulable scbl, worker sc, F&& f) 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()
801 auto worker::schedule(Arg0&& a0, ArgN&&... an) const in schedule()
812 void worker::schedule_rebind(const schedulable& scbl, ArgN&&... an) const { in schedule_rebind()
820 auto worker::schedule(clock_type::time_point when, Arg0&& a0, ArgN&&... an) const in schedule()
831 void worker::schedule_rebind(clock_type::time_point when, const schedulable& scbl, ArgN&&... an) co… in schedule_rebind()
839 auto worker::schedule_periodically(clock_type::time_point initial, clock_type::duration period, Arg… in schedule_periodically()
847 void worker::schedule_periodically_rebind(clock_type::time_point initial, clock_type::duration peri… in schedule_periodically_rebind()