Home
last modified time | relevance | path

Searched refs:main_write_fd_set (Results 1 – 2 of 2) sorted by last modified time

/unit/src/
H A Dnxt_event_engine.h337 fd_set main_write_fd_set; member
H A Dnxt_select_engine.c171 FD_SET(fd, &engine->u.select.main_write_fd_set); in nxt_select_enable_write()
232 FD_CLR(fd, &engine->u.select.main_write_fd_set); in nxt_select_disable_write()
309 engine->u.select.work_write_fd_set = engine->u.select.main_write_fd_set; in nxt_select_poll()