You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
309 B
Groff
12 lines
309 B
Groff
.TH io_waituntil 3
|
|
.SH NAME
|
|
io_waituntil \- wait for events
|
|
.SH SYNTAX
|
|
.B #include <io.h>
|
|
|
|
void \fBio_waituntil\fP(tai6464 t);
|
|
.SH DESCRIPTION
|
|
io_waituntil(t) is like io_wait() but does not wait (noticeably) past time \fIt\fR.
|
|
.SH "SEE ALSO"
|
|
io_wait(3), io_check(3), io_wantread(3), io_wantwrite(3), io_fd(3)
|