Query: io_timeout
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
io_timeout(3) Library Functions Manual io_timeout(3)NAMEio_timeout - set time limit on descriptorSYNTAX#include <io.h> void io_timeout(int64 fd,tai6464 deadline);DESCRIPTIONThe io library keeps track of an optional ``timeout'' for each descriptor. The timeout is a specific moment in time, stored in a tai6464 variable. io_timeout(d,t) sets the timeout for descriptor d to t. io_timeout has no return value; it always succeeds. (Space to store the timeout was already allocated as part of the descriptor.) It has no effect if d is not the number of a descriptor. Note that you have to call io_timeouted to be notified of timeouts, just like you are calling io_canread or io_canwrite for read and write notification.SEE ALSOio_waituntil(3), io_timeouted(3) io_timeout(3)
Related Man Pages |
---|
io_wait(3) - debian |
io_waitread(3) - debian |
pcap_get_selectable_fd(3pcap) - debian |
pcap_get_selectable_fd(3pcap) - osx |
pcap_get_selectable_fd(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Replacing lines matching a multi-line pattern (sed/perl/awk) |
UNIX Shell script to work with .xml file |
PVS command in HP-UX |
Check specific content from log file |