Home
last modified time | relevance | path

Searched refs:e_remove (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c222 int e_add = 0, e_remove = 0; in io_custom() local
232 e_remove |= POLLOUT; in io_custom()
235 e_remove |= POLLIN; in io_custom()
239 e_add, e_remove); in io_custom()

Completed in 1 milliseconds