GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
io_dontwantread(3) FreeBSD Library Functions Manual io_dontwantread(3)

io_dontwantread - signal that you do not want to read from a descriptor

#include <libowfat/io.h>

void io_dontwantread(int64 fd);

io_dontwantread tells the next io_wait() that you don't want to read from this descriptor for now. Call io_wantread() again if you change your mind.

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.

io_wait(3), io_canread(3), io_wantread(3), io_fd(3)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.