Home
last modified time | relevance | path

Searched refs:nxt_fd_event_is_active (Results 1 – 3 of 3) sorted by relevance

/unit/src/
H A Dnxt_fd_event.h51 #define nxt_fd_event_is_active(state) \ macro
H A Dnxt_event_engine.h384 if (nxt_fd_event_is_active((ev)->read)) { \
392 if (nxt_fd_event_is_active((ev)->write)) { \
H A Dnxt_port_socket.c554 if (block_write && nxt_fd_event_is_active(port->socket.write)) { in nxt_port_write_handler()