Lines Matching full:blocking
83 Select the normal blocking-I/O mode. In this mode \fBgl_get_line()\fR does not
93 Select non-blocking server I/O mode. In this mode, since non-blocking terminal
101 non-blocking server mode requires an initial call to \fBgl_io_mode()\fR.
103 In non-blocking server I/O mode, the application is required to have an event
142 non-blocking server mode, \fINULL\fR is also returned when \fBgl_get_line()\fR
143 cannot read or write to the terminal without blocking. Thus in non-blocking
160 A complication that is unique to non-blocking server mode is that it requires
186 non-blocking terminal mode ready to continue entry of the input line when
190 Note that in non-blocking server mode, if \fBgl_get_line()\fR is called after a
195 In the previous section it was pointed out that in non-blocking server mode,
198 done for you by \fBgl_get_line()\fR, but in non-blocking server mode, since the
469 Since the application is expected to handle signals in non-blocking server
481 can be accomplished in non-blocking server-I/O mode by not calling
515 the \fBgl_inactivity_timeout\fR(3TECLA) function in non-blocking server mode to