io_tryreadtimeout(3) debian man page | unix.com

Man Page: io_tryreadtimeout

Operating Environment: debian

Section: 3

io_tryreadtimeout(3)					     Library Functions Manual					      io_tryreadtimeout(3)

NAME
io_tryreadtimeout - read from a descriptor without blocking
SYNTAX
#include <io.h> int io_tryreadtimeout(int64 fd,char* buf,int64 len);
DESCRIPTION
io_tryreadtimeout is identical to io_tryread, with the following exception: if o io_tryread returns -1 (the descriptor is not ready for reading), and o the descriptor has a timeout, and o the read attempt was after the descriptor's timeout, then io_tryreadtimeout instead returns -2, with errno set to ETIMEDOUT.
SEE ALSO
io_nonblock(3), io_waitread(3), io_tryread(3) io_tryreadtimeout(3)
Related Man Pages
io_canread(3) - debian
io_canwrite(3) - debian
pcap_get_selectable_fd(3pcap) - debian
pcap_get_selectable_fd(3pcap) - osx
pcap_get_selectable_fd(3pcap) - suse
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?