Home
last modified time | relevance | path

Searched refs:async_sleep (Results 1 – 18 of 18) sorted by relevance

/dports/devel/py-yappi/yappi-1.3.3/tests/
H A Dtest_asyncio.py9 def async_sleep(sec): function
21 yield from async_sleep(0.1)
43 yield from async_sleep(0.1)
45 yield from async_sleep(0.1)
47 yield from async_sleep(0.1)
89 yield from async_sleep(0.3)
101 yield from async_sleep(0.3)
/dports/www/uwsgi/uwsgi-2.0.20/tests/
H A DResponder.pm35 uwsgi::async_sleep(3);
43 return uwsgi::async_sleep(1);
H A Dsleeping_async.py7 yield uwsgi.async_sleep(sleepvalue)
H A Dsleepthreadasync.py16 yield uwsgi.async_sleep(1)
H A Dstreamer.psgi9 uwsgi::async_sleep(1);
/dports/net/kamailio/kamailio-5.4.5/src/modules/async/
H A DREADME35 4.3. async_sleep(seconds)
45 1.5. async_sleep usage
69 4.3. async_sleep(seconds)
111 tasks for async_route() and async_sleep().
139 4.3. async_sleep(seconds)
212 4.3. async_sleep(seconds)
224 Example 1.5. async_sleep usage
226 async_sleep("4");
H A Dasync_sleep.h43 int async_sleep(sip_msg_t *msg, int seconds, cfg_action_t *act, str *cbname);
H A Dasync_mod.c209 if(async_sleep(msg, s, ap->u.paction->next, NULL) < 0) in w_async_sleep()
312 if(async_sleep(msg, s, act, rn) < 0) in ki_async_route()
H A Dasync_sleep.c202 int async_sleep(sip_msg_t *msg, int seconds, cfg_action_t *act, str *cbname) in async_sleep() function
/dports/security/libfprint/libfprint-0.7.0/libfprint/drivers/
H A Dvfs301.c50 static void async_sleep(unsigned int msec, struct fpi_ssm *ssm) in async_sleep() function
131 async_sleep(200, ssm); in m_loop_state()
149 async_sleep(200, ssm); in m_loop_state()
H A Dvfs101.c490 static void async_sleep(unsigned int msec, struct fpi_ssm *ssm) in async_sleep() function
943 async_sleep(50, ssm); in m_loop_state()
982 async_sleep(10, ssm); in m_loop_state()
1020 async_sleep(250, ssm); in m_loop_state()
1074 async_sleep(10, ssm); in m_loop_state()
1110 async_sleep(100, ssm); in m_loop_state()
1239 async_sleep(100, ssm); in m_init_state()
1275 async_sleep(250, ssm); in m_init_state()
/dports/net-mgmt/wmi-client/wmi-1.3.16/pysamba/test/
H A Dwatcher.py35 def async_sleep(secs): function
76 yield async_sleep(1)
/dports/www/uwsgi/uwsgi-2.0.20/t/pypy/
H A Dt_continulet1.py38 uwsgi.async_sleep(3)
H A Dt_continulet2.py45 uwsgi.async_sleep(3)
/dports/www/uwsgi/uwsgi-2.0.20/examples/
H A Dfibers.ru7 UWSGI.async_sleep(1)
/dports/devel/py-RPyC/rpyc-5.0.1/docs/docs/
H A Dasync.rst27 async_sleep = rpyc.async_(conn.modules.time.sleep)
32 res = async_sleep(5)
/dports/www/uwsgi/uwsgi-2.0.20/plugins/psgi/
H A Duwsgi_plmodule.c1007 psgi_xs(async_sleep); in init_perl_embedded_module()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/pypy/
H A Dpypy_setup.py755 uwsgi.async_sleep = uwsgi_pypy_async_sleep