Searched refs:SEND_MSEC_POLL (Results 1 – 2 of 2) sorted by relevance
204 #define SEND_MSEC_POLL 50 in sendToVim() macro215 if (poll(&fds, 1, SEND_MSEC_POLL) < 0) in sendToVim()222 tv.tv_usec = SEND_MSEC_POLL * 1000; in sendToVim()
560 #define SEND_MSEC_POLL 500 in ServerWait() macro571 tv.tv_usec = SEND_MSEC_POLL * 1000; in ServerWait()599 if (poll(&fds, 1, SEND_MSEC_POLL) < 0) in ServerWait()