Searched refs:active_cnt (Results 1 – 1 of 1) sorted by relevance
194 int active_cnt = select(maxfd + 1, &read_set, NULL, NULL, NULL); in httpd_server() local195 if (active_cnt < 0) { in httpd_server()