Searched refs:run_loop_state (Results 1 – 1 of 1) sorted by relevance
16 struct run_loop_state : public std::enable_shared_from_this<run_loop_state> struct26 virtual ~run_loop_state() in ~run_loop_state() argument30 run_loop_state() in run_loop_state() argument58 std::weak_ptr<detail::run_loop_state> state;64 explicit run_loop_worker(std::weak_ptr<detail::run_loop_state> ws) in run_loop_worker()83 st->q.push(detail::run_loop_state::item_type(when, scbl)); in schedule()91 std::weak_ptr<detail::run_loop_state> state;94 explicit run_loop_scheduler(std::weak_ptr<detail::run_loop_state> ws) in run_loop_scheduler()129 typedef detail::run_loop_state::item_type item_type;130 typedef detail::run_loop_state::const_reference_item_type const_reference_item_type;[all …]