Searched refs:blocking (Results 1 – 9 of 9) sorted by relevance
21 int terminal_loop(int blocking);
29 syn keyword sambaKeyword contained archive as auto available bind blocking
1166 " An efficient shared memory IP blocking system for nginx.
186 "timeout" The time to wait for a request when blocking, E.g. when using1050 "noblock": 1 When writing use a non-blocking write call. This1091 "timeout": time The time to wait for a request when blocking, E.g.
1542 plugins to do their work without blocking the user. It's a uniform way to
8218 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.
4639 from them, but don't do a blocking wait.
508 " Also test the non-blocking option.591 " Also test the non-blocking option.
2530 terminal_loop(int blocking) in terminal_loop() argument2557 while (blocking || vpeekc_nomap() != NUL) in terminal_loop()