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.262 by root, Thu Jun 9 03:15:37 2016 UTC vs.
Revision 1.263 by root, Tue Jul 12 20:46:33 2016 UTC

2041=item IO::AIO::madvise $scalar, $offset, $len, $advice 2041=item IO::AIO::madvise $scalar, $offset, $len, $advice
2042 2042
2043Simply calls the C<posix_madvise> function (see its 2043Simply calls the C<posix_madvise> function (see its
2044manpage for details). The following advice constants are 2044manpage for details). The following advice constants are
2045available: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>, 2045available: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>,
2046C<IO::AIO::MADV_RANDOM>, C<IO::AIO::MADV_WILLNEED>, C<IO::AIO::MADV_DONTNEED>. 2046C<IO::AIO::MADV_RANDOM>, C<IO::AIO::MADV_WILLNEED>, C<IO::AIO::MADV_DONTNEED>,
2047C<IO::AIO::MADV_FREE>.
2047 2048
2048On systems that do not implement C<posix_madvise>, this function returns 2049On systems that do not implement C<posix_madvise>, this function returns
2049ENOSYS, otherwise the return value of C<posix_madvise>. 2050ENOSYS, otherwise the return value of C<posix_madvise>.
2050 2051
2051=item IO::AIO::mprotect $scalar, $offset, $len, $protect 2052=item IO::AIO::mprotect $scalar, $offset, $len, $protect

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines