Lines Matching refs:selector_s

94     struct selector_s *sel;
167 struct selector_s *sel;
174 struct selector_s struct
216 sel_timer_lock(struct selector_s *sel) in sel_timer_lock() argument
223 sel_timer_unlock(struct selector_s *sel) in sel_timer_unlock()
230 sel_fd_lock(struct selector_s *sel) in sel_fd_lock()
237 sel_fd_unlock(struct selector_s *sel) in sel_fd_unlock()
256 wake_sel_thread(struct selector_s *sel) in wake_sel_thread()
271 wake_fd_sel_thread(struct selector_s *sel) in wake_fd_sel_thread()
278 wake_timer_sel_thread(struct selector_s *sel, volatile sel_timer_t *old_top) in wake_timer_sel_thread()
289 add_sel_wait_list(struct selector_s *sel, sel_wait_list_t *item, in add_sel_wait_list()
304 remove_sel_wait_list(struct selector_s *sel, sel_wait_list_t *item) in remove_sel_wait_list()
323 sel_update_epoll(struct selector_s *sel, int fd, int op) in sel_update_epoll()
345 sel_update_epoll(struct selector_s *sel, int fd, int op) in sel_update_epoll()
353 sel_set_fd_handlers(struct selector_s *sel, in sel_set_fd_handlers()
414 sel_clear_fd_handlers(struct selector_s *sel, in sel_clear_fd_handlers()
459 sel_set_fd_read_handler(struct selector_s *sel, int fd, int state) in sel_set_fd_read_handler()
488 sel_set_fd_write_handler(struct selector_s *sel, int fd, int state) in sel_set_fd_write_handler()
517 sel_set_fd_except_handler(struct selector_s *sel, int fd, int state) in sel_set_fd_except_handler()
568 sel_alloc_timer(struct selector_s *sel, in sel_alloc_timer()
592 struct selector_s *sel = timer->val.sel; in sel_free_timer()
613 struct selector_s *sel = timer->val.sel; in sel_start_timer()
643 struct selector_s *sel = timer->val.sel; in sel_stop_timer()
670 struct selector_s *sel = timer->val.sel; in sel_stop_timer_with_done()
719 process_timers(struct selector_s *sel, in process_timers()
774 sel_alloc_runner(struct selector_s *sel, sel_runner_t **new_runner) in sel_alloc_runner()
790 struct selector_s *sel = runner->sel; in sel_free_runner()
805 struct selector_s *sel = runner->sel; in sel_run()
830 process_runners(struct selector_s *sel) in process_runners()
850 handle_selector_call(struct selector_s *sel, int i, volatile fd_set *fdset, in handle_selector_call()
890 process_fds(struct selector_s *sel, in process_fds()
935 process_fds_epoll(struct selector_s *sel, struct timeval *tvtimeout) in process_fds_epoll()
984 sel_select(struct selector_s *sel, in sel_select()
1023 sel_select_loop(struct selector_s *sel, in sel_select_loop()
1043 sel_alloc_selector_thread(struct selector_s **new_selector, int wake_sig, in sel_alloc_selector_thread()
1050 struct selector_s *sel; in sel_alloc_selector_thread()
1123 sel_alloc_selector_nothread(struct selector_s **new_selector) in sel_alloc_selector_nothread()
1130 sel_free_selector(struct selector_s *sel) in sel_free_selector()