Lines Matching defs:block
72 * upon the channel will block until it completes. In non-blocking mode an I/O
73 * operation will never block and may transfer fewer bytes than were requested
173 * then it will first block until the other operation is complete. This
175 * block if invoked concurrently with another registration or selection
221 // if (channel found) { set interest ops -- may block in selector;
223 // create new key -- may block somewhere in selector;
294 * then it will first block until the other operation is complete. </p>
296 * @param block If <tt>true</tt> then this channel will be placed in
306 * If <tt>block</tt> is <tt>true</tt> and this channel is
312 public abstract SelectableChannel configureBlocking(boolean block)
316 // sync(keySet) { throw IBME if block && isRegistered; }
321 * Tells whether or not every I/O operation on this channel will block