Home
last modified time | relevance | path

Searched refs:loop_once (Results 1 – 25 of 104) sorted by last modified time

12345

/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/Loop/
H A DPoll.pm212 sub loop_once subroutine
H A DSelect.pm228 sub loop_once subroutine
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D19loop-future.t40 $loop->loop_once;
H A D20handle.t69 $loop->loop_once( 0.1 ); # nothing happens
87 $loop->loop_once( 0.1 ); # nothing happens
145 $loop->loop_once( 0.1 ); # nothing happens
H A D21stream-1read.t73 $loop->loop_once( 0.1 ); # nothing happens
H A D21stream-2write.t167 $loop->loop_once( 0.1 ); # haaaaack
228 $loop->loop_once( 0.1 );
232 $loop->loop_once( 0.1 ) for 1 .. 3;
240 $loop->loop_once( 0.1 );
336 $loop->loop_once( 0.1 );
H A D22timer-absolute.t72 $loop->loop_once( 3 * AUT );
H A D23signal.t45 $loop->loop_once( 0.1 ); # nothing happens
123 $loop->loop_once( 0.1 ); # nothing happens
H A D21stream-3split.t69 $loop->loop_once( 0.1 );
76 $loop->loop_once( 0.1 );
120 $loop->loop_once( 0.1 );
150 $loop->loop_once( 0.1 );
179 ok( !exception { $loop->loop_once }, 'read+write-ready closed Stream doesn\'t die' );
H A D21stream-4encoding.t127 $loop->loop_once while !length( $byte = read_data( $rd ) );
130 $loop->loop_once while !length( $byte = read_data( $rd ) );
H A D22timer-countdown.t87 $loop->loop_once( 1 * AUT );
95 $loop->loop_once( 2 * AUT );
102 $loop->loop_once( 1 * AUT );
107 $loop->loop_once( 1.5 * AUT );
136 $loop->loop_once( 3 * AUT );
169 $loop->loop_once( 3 * AUT );
H A D22timer-periodic.t57 $loop->loop_once( 1 * AUT );
65 $loop->loop_once( 2 * AUT );
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges29 + Insert some ->loop_once(0) calls between timing tests to allow
347 * Don't bother testing subsecond loop_once behaviour because most
899 * Extended ->loop_once() and ->loop() feature out to all
984 * IO_Poll->loop_once() now returns the result from the poll() call
988 * Fix to test scripts that call IO_Poll's loop_once() with a timeout
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DLoop.pm506 sub loop_once subroutine
538 $self->loop_once( undef );
657 $self->loop_once until $future->is_ready;
679 $self->loop_once until _all_ready @futures;
H A DLoopTests.pm554 $loop->loop_once( 0.1 );
562 $loop->loop_once( 0.1 );
570 $loop->loop_once( 0.1 );
589 $loop->loop_once( 0.1 );
601 $loop->loop_once( 0.1 );
647 $loop->loop_once( 1 );
651 $loop->loop_once( 1 );
663 $loop->loop_once( 0 );
672 $loop->loop_once( 1 );
680 $loop->loop_once( 1 );
[all …]
H A DTest.pm139 $loop->loop_once( 1 ) while !$cond->() and !$timedout;
/dports/devel/onetbb/oneTBB-2021.4.0/examples/common/gui/
H A Dwinvideo.hpp202 static bool loop_once(video *v) { in loop_once() function
252 loop_once(this); in main_loop()
271 while (loop_once(this)) in main_loop()
300 while (loop_once(this)) in next_frame()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/common/gui/
H A Dwinvideo.h191 static bool loop_once(video *v) in loop_once() function
228 while(g_msec + 500 > GetTickCount()) { loop_once(this); Sleep(1); } in main_loop()
242 while(loop_once(this)); in main_loop()
264 if(!threaded) while(loop_once(this)); in next_frame()
/dports/dns/p5-Net-DNS/Net-DNS-1.32/lib/Net/DNS/
H A DNameserver.pm380 $self->loop_once(0);
503 sub loop_once { subroutine
602 $self->loop_once(10);
/dports/dns/p5-Net-DNS/Net-DNS-1.32/
H A DChanges1095 Code inconsistent with documentation for loop_once.
1097 Note: Keeping timeout undefined in loop_once will now block until
1810 Feature Net::DNS::Nameserver loop_once()
1812 Uncommented the documentation of the loop_once() function and introduced
1814 when using loop_once().
1816 loop_once() itself was introduced in version 0.53_02
1848 caused loop_once() to loop ad infinitum.
1885 functionality through the use of loop_once method. Robert M-L's
1893 loop_once method has been commented out.
/dports/www/p5-Net-Async-HTTP/Net-Async-HTTP-0.48/t/
H A D91rt100066.t58 my $e = eval { $loop->loop_once(0) for 1 .. 5; 1 } ? undef : $@;
100 my $e = eval { $loop->loop_once(0) for 1 .. 5; 1 } ? undef : $@;
/dports/devel/tbb/oneTBB-2020.3/examples/common/gui/
H A Dwinvideo.h191 static bool loop_once(video *v) in loop_once() function
228 while(g_msec + 500 > GetTickCount()) { loop_once(this); Sleep(1); } in main_loop()
242 while(loop_once(this)); in main_loop()
264 if(!threaded) while(loop_once(this)); in next_frame()
/dports/databases/ldb22/ldb-2.2.1/lib/tevent/
H A Dtevent.h2155 int (*loop_once)(struct tevent_context *ev, const char *location); member
H A Dtevent_epoll.c949 .loop_once = epoll_event_loop_once,
H A Dtevent_liboop.c285 .loop_once = oop_event_loop_once,

12345