davidxu ce1172e446 In aio_waitcomplete, do not return EAGAIN if no other threads
have started aio, instead, initialize aio management structure
if it hasn't been done, the reason to adjust this behavior is
to make it a bit friendly for threaded program, consider two
threads, one submits aio_write, and another just calls
aio_waitcomplete to wait any I/O to be completed and recycle the
aio requests, before submitter doing any I/O, the recycler wants
to wait in kernel. This also fixes inconsistency with other aio
syscalls.
2005-11-08 23:48:32 +00:00
..
2005-10-30 02:14:37 +00:00
2005-10-03 06:57:29 +00:00
2005-11-08 17:11:03 +00:00
2005-11-06 16:47:59 +00:00
2005-08-28 05:38:40 +00:00
2005-10-30 02:14:37 +00:00
2005-10-16 20:40:40 +00:00