Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dterminal.pro21 int terminal_loop(int blocking);
/vim-8.2.3635/runtime/syntax/
H A Dsamba.vim29 syn keyword sambaKeyword contained archive as auto available bind blocking
H A Dnginx.vim1166 " An efficient shared memory IP blocking system for nginx.
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt186 "timeout" The time to wait for a request when blocking, E.g. when using
1050 "noblock": 1 When writing use a non-blocking write call. This
1091 "timeout": time The time to wait for a request when blocking, E.g.
H A Dvim9.txt1542 plugins to do their work without blocking the user. It's a uniform way to
H A Dversion8.txt8218 Solution: Store the ID of the message blocking on in the channel.
10381 Solution: Avoid blocking, write more lines later.
20445 Solution: Make the write non-blocking, buffer keys to be sent.
H A Dversion6.txt4639 from them, but don't do a blocking wait.
/vim-8.2.3635/src/testdir/
H A Dtest_channel.vim508 " Also test the non-blocking option.
591 " Also test the non-blocking option.
/vim-8.2.3635/src/
H A Dterminal.c2530 terminal_loop(int blocking) in terminal_loop() argument
2557 while (blocking || vpeekc_nomap() != NUL) in terminal_loop()