Home
last modified time | relevance | path

Searched refs:_poll (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/IO/t/
Dio_leak.t34 sub f {eval { IO::Poll::_poll(0, $a, 1) }}
/openbsd/src/gnu/usr.bin/perl/dist/IO/lib/IO/
DPoll.pm85 my $ret = _poll(defined($timeout) ? $timeout * 1000 : -1,@poll);
/openbsd/src/gnu/usr.bin/perl/dist/IO/
DChangeLog99 * Make IO::Poll->poll call _poll even with an empty fd array
100 * Fix assertion when calling IO::Poll::_poll() with an empty fd array
109 * Fix assertion when calling IO::Poll::_poll() with an empty fd array
110 * Make IO::Poll->poll call _poll even with an empty fd array
439 - Fix bug in _poll for ANSI C compilers
DIO.xs257 _poll(timeout,...) in _poll() function