ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.pm
(Generate patch)

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.173 by root, Thu Jan 7 20:25:57 2010 UTC vs.
Revision 1.174 by root, Sun Jan 10 20:28:43 2010 UTC

1500C<IO::AIO::FADV_WILLNEED>, C<IO::AIO::FADV_DONTNEED>. 1500C<IO::AIO::FADV_WILLNEED>, C<IO::AIO::FADV_DONTNEED>.
1501 1501
1502On systems that do not implement C<posix_fadvise>, this function returns 1502On systems that do not implement C<posix_fadvise>, this function returns
1503ENOSYS, otherwise the return value of C<posix_fadvise>. 1503ENOSYS, otherwise the return value of C<posix_fadvise>.
1504 1504
1505=item IO::AIO::mlockall $flags
1506
1507Calls the C<mlockall> function with the given C<$flags> (a combination of
1508C<IO::AIO::MCL_CURRENT> and C<IO::AIO::MCL__FUTURE>).
1509
1510On systems that do not implement C<mlockall>, this function returns
1511ENOSYS, otherwise the return value of C<mlockall>.
1512
1513=item IO::AIO::munlockall
1514
1515Calls the C<munlockall> function.
1516
1517On systems that do not implement C<munlockall>, this function returns
1518ENOSYS, otherwise the return value of C<munlockall>.
1519
1505=back 1520=back
1506 1521
1507=cut 1522=cut
1508 1523
1509min_parallel 8; 1524min_parallel 8;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines