Home
last modified time | relevance | path

Searched refs:loop_once (Results 1 – 25 of 104) sorted by relevance

12345

/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
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 …]
/dports/devel/py-pytest-xdist/pytest-xdist-1.32.0/testing/
H A Dtest_looponfail.py123 control.loop_once()
136 control.loop_once()
138 control.loop_once()
155 control.loop_once()
157 control.loop_once()
173 remotecontrol.loop_once()
187 remotecontrol.loop_once()
198 remotecontrol.loop_once()
213 remotecontrol.loop_once()
215 remotecontrol.loop_once()
[all …]
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
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 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 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 D23signal.t45 $loop->loop_once( 0.1 ); # nothing happens
123 $loop->loop_once( 0.1 ); # nothing happens
/dports/net/samba412/samba-4.12.15/lib/tevent/
H A Dbindings.py74 self.ctx.loop_once()
87 self.ctx.loop_once()
109 self.ctx.loop_once()
111 self.ctx.loop_once()
H A Dtevent_standard.c110 ret = glue->epoll_ops->loop_once(ev, location); in std_event_loop_once()
130 return glue->poll_ops->loop_once(ev, location); in std_event_loop_once()
209 glue->glue_ops->loop_once = std_event_loop_once; in std_event_context_init()
/dports/devel/tevent/tevent-0.10.2/
H A Dbindings.py74 self.ctx.loop_once()
87 self.ctx.loop_once()
109 self.ctx.loop_once()
111 self.ctx.loop_once()
H A Dtevent_standard.c110 ret = glue->epoll_ops->loop_once(ev, location); in std_event_loop_once()
130 return glue->poll_ops->loop_once(ev, location); in std_event_loop_once()
209 glue->glue_ops->loop_once = std_event_loop_once; in std_event_context_init()
/dports/databases/ldb15/ldb-1.5.6/lib/tevent/
H A Dbindings.py74 self.ctx.loop_once()
87 self.ctx.loop_once()
109 self.ctx.loop_once()
111 self.ctx.loop_once()
H A Dtevent_standard.c110 ret = glue->epoll_ops->loop_once(ev, location); in std_event_loop_once()
130 return glue->poll_ops->loop_once(ev, location); in std_event_loop_once()
209 glue->glue_ops->loop_once = std_event_loop_once; in std_event_context_init()
/dports/databases/ldb20/ldb-2.0.10/lib/tevent/
H A Dbindings.py74 self.ctx.loop_once()
87 self.ctx.loop_once()
109 self.ctx.loop_once()
111 self.ctx.loop_once()
H A Dtevent_standard.c110 ret = glue->epoll_ops->loop_once(ev, location); in std_event_loop_once()
130 return glue->poll_ops->loop_once(ev, location); in std_event_loop_once()
209 glue->glue_ops->loop_once = std_event_loop_once; in std_event_context_init()
/dports/databases/ldb21/ldb-2.1.5/lib/tevent/
H A Dbindings.py74 self.ctx.loop_once()
87 self.ctx.loop_once()
109 self.ctx.loop_once()
111 self.ctx.loop_once()
H A Dtevent_standard.c110 ret = glue->epoll_ops->loop_once(ev, location);
130 return glue->poll_ops->loop_once(ev, location);
209 glue->glue_ops->loop_once = std_event_loop_once;
/dports/databases/ldb22/ldb-2.2.1/lib/tevent/
H A Dbindings.py74 self.ctx.loop_once()
87 self.ctx.loop_once()
109 self.ctx.loop_once()
111 self.ctx.loop_once()
H A Dtevent_standard.c110 ret = glue->epoll_ops->loop_once(ev, location);
130 return glue->poll_ops->loop_once(ev, location);
209 glue->glue_ops->loop_once = std_event_loop_once;
/dports/net/samba412/samba-4.12.15/python/samba/tests/
H A Dmessaging.py110 client_ctx.loop_once(0.1)
111 server_ctx.loop_once(0.1)
152 client_ctx.loop_once(0.1)
153 server_ctx.loop_once(0.1)
H A Dauth_log_base.py120 self.msg_ctx.loop_once(0.1)
131 self.msg_ctx.loop_once(0.001)
134 self.msg_ctx.loop_once(0.001)
H A Daudit_log_base.py161 self.msg_ctx.loop_once(0.1)
180 self.msg_ctx.loop_once(0.001)
186 self.msg_ctx.loop_once(0.001)
/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/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/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/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 : $@;

12345