Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c3381 channel_wait(channel_T *channel, sock_T fd, int timeout) in channel_wait() function
3577 if (channel_wait(channel, fd, 0) != CW_READY) in channel_read()
3648 if (channel_wait(channel, fd, timeout) != CW_READY) in channel_read_block()
3786 || channel_wait(channel, fd, timeout) != CW_READY) in channel_read_json_block()
3958 int r = channel_wait(channel, fd, 0); in channel_handle_events()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt8710 Solution: Don't sleep when timeout is zero. Call channel_wait() before