Searched defs:ngx_blocking (Results 1 – 2 of 2) sorted by relevance
36 #define ngx_blocking(s) fcntl(s, F_SETFL, fcntl(s, F_GETFL) & ~O_NONBLOCK) macro
38 ngx_blocking(ngx_socket_t s) in ngx_blocking() function