|
NAMEio_tryreadtimeout - read from a descriptor without blockingSYNTAX#include <libowfat/io.h>int io_tryreadtimeout(int64 fd,char* buf,int64 len); DESCRIPTIONio_tryreadtimeout is identical to io_tryread, with the following exception: if
then io_tryreadtimeout instead returns -2, with errno set to ETIMEDOUT. SEE ALSOio_nonblock(3), io_waitread(3), io_tryread(3) Visit the GSP FreeBSD Man Page Interface. |