Searched refs:cull (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DIPC.pm34 our @EXPORT_OK = qw/cull/;
89 sub cull { subroutine
91 $ctx->hub->cull;
124 =item cull()
H A DHub.pm398 sub cull { subroutine
405 $self->process($_) for $ipc->cull($self->{+HID});
412 $self->cull();
786 =item $hub->cull()
815 behavior is triggered by an end block and is used to cull IPC events, and
H A DAPI.pm618 $hub->cull;
1549 Turn on polling. This will cull events from other processes and threads every
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/
H A DDriver.pm24 for my $meth (qw/send cull add_hub drop_hub waiting is_viable/) {
144 sub cull {
218 =item @events = $ipc->cull($hid)
222 sub cull {
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DStack.pm56 sub cull { subroutine
58 $_->cull for reverse @$self;
172 =item $stack->cull
174 This will call C<< $hub->cull >> on all hubs in the stack.
H A DInstance.pm366 return $_[0]->{hub}->cull;
710 Turn on polling. This will cull events from other processes and threads every
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/
H A DFiles.pm235 sub cull { subroutine

Completed in 176 milliseconds