Searched refs:blocking (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_sock.t202 print "not " unless $server->blocking;
206 # QNX4 library bug: Can set non-blocking on socket, but
210 $server->blocking(0);
211 print "not " if $server->blocking;
394 # QNX4 library bug: Can set non-blocking on socket, but
397 my $status = $sock->blocking;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm111 my $blocking;
113 $blocking = $sock->blocking(0) if $timeout;
131 elsif ($blocking || !$!{EINPROGRESS}) {
137 $sock->blocking(1) if $blocking;
386 timeout on the handle, or non-blocking IO.
H A DHandle.pm175 =item $io->blocking ( [ BOOL ] )
177 If called with an argument C<blocking> will turn on non-blocking IO if
180 C<blocking> will return the value of the previous setting, or the
183 If an error occurs C<blocking> will return undef and C<$!> will be set.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm151 defined $sock->blocking($arg->{Blocking})
323 Blocking Determine if connection will be blocking mode
330 which is in non-blocking mode is of little use. This is because the
350 If not specified it defaults to 1 (blocking mode).
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c104 static const char no_nonblock_str[] = "could not set transport blocking mode";
155 /* Default size of the IO buffer used in non blocking mode */
171 set_blocking_connection(struct ct_data *ct, bool_t blocking) argument
179 if (ct->ct_is_blocking == blocking)
188 flag = blocking? flag&~O_NONBLOCK : flag|O_NONBLOCK;
194 ct->ct_is_blocking = blocking;
1319 /* Handle the non-blocking mode */
1324 * mode is non blocking, we return RPC_CANTSEND.
1562 /* flush as most as possible without blocking */
1564 /* flush the buffer completely (possibly blocking) */
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c173 uchar_t blocking[2]; member in struct:conf_feature::features::random_readable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm2413 prevents automated processes from blocking on user input.

Completed in 305 milliseconds