Lines 93-100
The
Link Here
|
93 |
.Fn aio_waitcomplete |
93 |
.Fn aio_waitcomplete |
94 |
system call fails if: |
94 |
system call fails if: |
95 |
.Bl -tag -width Er |
95 |
.Bl -tag -width Er |
96 |
.It Bq Er EINVAL |
|
|
97 |
The specified time limit is invalid. |
98 |
.It Bq Er EAGAIN |
96 |
.It Bq Er EAGAIN |
99 |
The process has not yet called |
97 |
The process has not yet called |
100 |
.Fn aio_read |
98 |
.Fn aio_read |
Lines 103-108
or
Link Here
|
103 |
.It Bq Er EINTR |
101 |
.It Bq Er EINTR |
104 |
A signal was delivered before the timeout expired and before any |
102 |
A signal was delivered before the timeout expired and before any |
105 |
asynchronous I/O requests completed. |
103 |
asynchronous I/O requests completed. |
|
|
104 |
.It Bq Er EINVAL |
105 |
The specified time limit is invalid. |
106 |
.It Bq Er ENOSYS |
107 |
The |
108 |
.Fn aio_waitcomplete |
109 |
system call is not supported. |
106 |
.It Bq Er EWOULDBLOCK |
110 |
.It Bq Er EWOULDBLOCK |
107 |
.It Bq Er EINPROGRESS |
111 |
.It Bq Er EINPROGRESS |
108 |
The specified time limit expired before any asynchronous I/O requests |
112 |
The specified time limit expired before any asynchronous I/O requests |
109 |
- |
|
|