Searched refs:slct (Results 1 – 1 of 1) sorted by relevance
487 int slct, recvp = 0, recv, max_fd = fd; in msg_loop() local525 slct = select(max_fd + 1, &w, NULL, NULL, &timeout); in msg_loop()526 if (slct == -1) { in msg_loop()530 } else if (!slct) { in msg_loop()