debian man page for io_trywritetimeout

Query: io_trywritetimeout

OS: debian

Section: 3

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

io_trywritetimeout(3)					     Library Functions Manual					     io_trywritetimeout(3)

NAME
io_trywritetimeout - write to a descriptor without blocking
SYNTAX
#include <io.h> int io_trywritetimeout(int64 fd,const char* buf,int64 len);
DESCRIPTION
io_trywritetimeout is identical to io_trywrite, with the following exception: if o io_trywrite returns -1 (the descriptor is not ready for writing), and o the descriptor has a timeout, and o the write attempt was after the descriptor's timeout, then io_trywritetimeout instead returns -2, with errno set to ETIMEDOUT.
SEE ALSO
io_nonblock(3), io_waitwrite(3), io_trywrite(3) io_trywritetimeout(3)
Related Man Pages
io_nonblock(3) - debian
io_pipe(3) - debian
io_trywrite(3) - debian
io_waitread(3) - debian
pcap_get_selectable_fd(3pcap) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?