Searched defs:nonblock (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/fdio/
H A Dpipe.c29 static ssize_t zx_pipe_read_internal(zx_handle_t h, void* data, size_t len, int nonblock) { argument
67 static ssize_t zx_pipe_write_internal(zx_handle_t h, const void* data, size_t len, int nonblock) { argument
194 int nonblock = (io->ioflag & IOFLAG_NONBLOCK) || (flags & MSG_DONTWAIT); local
206 int nonblock = (io->ioflag & IOFLAG_NONBLOCK) || (flags & MSG_DONTWAIT); local
H A Dsocket.c75 int nonblock = sio->io.ioflag & IOFLAG_NONBLOCK; local
139 int nonblock = sio->io.ioflag & IOFLAG_NONBLOCK; local

Completed in 75 milliseconds