Home
last modified time | relevance | path

Searched refs:unloop (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/devel/p5-Event/Event-1.28/t/
H A Dloop.t5 use Event qw(loop unloop);
17 unloop 'early';
33 unloop(0) if keys %got == 2;
H A Ddelete.t5 use Event 0.40 qw(loop unloop);
15 cb => sub { delete shift->w->{foo}; unloop });
H A Dhup.t13 use Event qw(loop unloop);
34 unloop() unless $n;
H A Dsignal.t11 use Event qw(loop unloop);
26 unloop;
H A Dvar.t5 use Event qw(loop unloop);
28 unloop;
H A Deval.t5 use Event qw(all_running loop unloop sweep);
22 unloop $status;
H A Didle.t4 use Event qw(loop unloop);
32 unloop() if $count > 2 && $myobj;
H A Dnow.t4 use Event qw(loop unloop);
11 unloop if $c >= 2;
H A Dreenter.t10 use Event qw(loop unloop one_event all_running);
45 unloop();
H A Dtimer.t4 use Event qw(loop unloop);
30 unloop('ok') if $count > 30
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/
H A DContErr0.fth17 ." 0 if unloop exit then" 0 if unloop exit then
26 ." zero if unloop exit then" 0 if unloop exit then
H A DContErr1.fth25 ." 0 if unloop exit then" 0 if unloop exit then
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testsuite/TokMisc/
H A DContErr0.fth17 ." 0 if unloop exit then" 0 if unloop exit then
26 ." zero if unloop exit then" 0 if unloop exit then
H A DContErr1.fth25 ." 0 if unloop exit then" 0 if unloop exit then
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/
H A DContErr0.fth17 ." 0 if unloop exit then" 0 if unloop exit then
26 ." zero if unloop exit then" 0 if unloop exit then
H A DContErr1.fth25 ." 0 if unloop exit then" 0 if unloop exit then
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/
H A DContErr0.fth17 ." 0 if unloop exit then" 0 if unloop exit then
26 ." zero if unloop exit then" 0 if unloop exit then
H A DContErr1.fth25 ." 0 if unloop exit then" 0 if unloop exit then
/dports/net/p5-Event-tcp/Event-tcp-0.14/t/
H A Djoin.t4 use Event qw(loop unloop);
43 unloop(0) if ($finishing and $c == 0);
90 unloop if $Test::ntest > $Tests-1
/dports/devel/p5-IO-Event/IO-Event-0.813/lib/IO/Event/
H A DEmulate.pm26 my $unloop;
43 $unloop = 0;
47 last if $unloop;
113 die unless ref($unloop);
114 my @r = @$unloop;
139 $unloop = [1, @_];
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testsuite/TokeErrs/
H A DObsoFCodes.fth53 f['] unloop
54 ['] unloop
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokeErrs/
H A DObsoFCodes.fth53 f['] unloop
54 ['] unloop
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokeErrs/
H A DObsoFCodes.fth53 f['] unloop
54 ['] unloop
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokeErrs/
H A DObsoFCodes.fth53 f['] unloop
54 ['] unloop
/dports/devel/p5-Event/Event-1.28/demo/
H A Dperlqt.t15 sub exit_loop { Event::unloop() }
28 sub quit { Event::unloop(0) }

12345678910>>...16