Searched refs:channel_wait (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | channel.c | 3381 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 D | version8.txt | 8710 Solution: Don't sleep when timeout is zero. Call channel_wait() before
|