Searched defs:event_loop (Results 1 – 12 of 12) sorted by relevance
14 struct event_loop : public scheduler_interface struct17 typedef event_loop this_type;20 struct loop_worker : public worker_interface63 mutable thread_factory factory;64 scheduler newthread;65 mutable std::atomic<std::size_t> count;66 composite_subscription loops_lifetime;67 std::vector<worker> loops;70 event_loop() in event_loop() function71 : factory([](std::function<void()> start){ in event_loop()[all …]
9 def event_loop(): function19 def test_await(event_loop): argument23 def test_await_missing(event_loop): argument
7 mod event_loop; module
74 let event_loop = EventLoop { in start() localVariable84 let event_loop = EpollEvents::new(); in start() localVariable
130 void event_loop(struct tun_data *tunnel) { in event_loop() function
181 def __init__(self, event_loop): argument
69 event_loop: Arc<EventLoop>, field97 let event_loop = Arc::new(event_loop); in new() localVariable
75 event_loop: Arc<EventLoop>, field
244 event_loop: Arc<EventLoop>, field
124 event_loop: Arc<EventLoop>, field
1063 static unsigned event_loop(struct test_output *o, unsigned duration_ms) in event_loop() function
1917 event_loop(int flags) in event_loop() function