debian man page for io_wantread

Query: io_wantread

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

io_wantread(3)						     Library Functions Manual						    io_wantread(3)

NAME
io_wantread - signal that you want to read from a descriptor
SYNTAX
#include <io.h> void io_wantread(int64 fd);
DESCRIPTION
io_wantread tells the next io_wait() that you want to read from this descriptor. Call io_dontwantread() again if you change your mind. The next time you call io_wait(), it will look whether this descriptor becomes readable, too. You can then use io_canread() to check whether the descriptor has become readable. You have to have called io_fd on the descriptor first (io_pipe and io_socketpair do this for you). Waiting on descriptors only works for sockets, fifos and pipes. It may also work on devices and TTYs, but that is platform dependent -- you should not rely on that.
SEE ALSO
io_wait(3), io_canread(3), io_wantread(3), io_fd(3) io_wantread(3)
Related Man Pages
io_canwrite(3) - debian
io_nonblock(3) - debian
io_pipe(3) - debian
io_tryread(3) - debian
iob_write(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com