Searched refs:tvzero (Results 1 – 1 of 1) sorted by relevance
1900 struct sock_timeval tvzero; in input_handler() local1915 tvzero.tv_sec = tvzero.tv_usec = 0; in input_handler()1918 n = poll(fds, (unsigned int)nbsock, tvzero.tv_sec * 1000); in input_handler()1933 n = select(maxfd, &fds, NULL, NULL, &tvzero); in input_handler()