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.297 by root, Thu Nov 29 19:53:46 2018 UTC vs.
Revision 1.298 by root, Thu Nov 29 21:48:44 2018 UTC

2298implemented, but not supported and might go away in a future version. 2298implemented, but not supported and might go away in a future version.
2299 2299
2300On systems where this call is not supported or is not emulated, this call 2300On systems where this call is not supported or is not emulated, this call
2301returns falls and sets C<$!> to C<ENOSYS>. 2301returns falls and sets C<$!> to C<ENOSYS>.
2302 2302
2303=item IO::AIO::mlockall $flags
2304
2305Calls the C<eio_mlockall_sync> function, which is like C<aio_mlockall>,
2306but is blocking.
2307
2303=item IO::AIO::munlock $scalar, $offset = 0, $length = undef 2308=item IO::AIO::munlock $scalar, $offset = 0, $length = undef
2304 2309
2305Calls the C<munlock> function, undoing the effects of a previous 2310Calls the C<munlock> function, undoing the effects of a previous
2306C<aio_mlock> call (see its description for details). 2311C<aio_mlock> call (see its description for details).
2307 2312

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines