Home
last modified time | relevance | path

Searched refs:SEND_MSEC_POLL (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c204 #define SEND_MSEC_POLL 50 in sendToVim() macro
215 if (poll(&fds, 1, SEND_MSEC_POLL) < 0) in sendToVim()
222 tv.tv_usec = SEND_MSEC_POLL * 1000; in sendToVim()
/vim-8.2.3635/src/
H A Dif_xcmdsrv.c560 #define SEND_MSEC_POLL 500 in ServerWait() macro
571 tv.tv_usec = SEND_MSEC_POLL * 1000; in ServerWait()
599 if (poll(&fds, 1, SEND_MSEC_POLL) < 0) in ServerWait()