Home
last modified time | relevance | path

Searched refs:run_loop_in_thread (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/dummyserver/
H A Dtestcase.py9 run_loop_in_thread,
129 cls.server_thread = run_loop_in_thread(cls.io_loop)
183 cls.server_thread = run_loop_in_thread(cls.io_loop)
H A Dserver.py154 def run_loop_in_thread(io_loop): function
174 server_thread = run_loop_in_thread(io_loop)
/dports/net/py-urllib3/urllib3-1.26.7/dummyserver/
H A Dtestcase.py13 run_loop_in_thread,
131 cls.server_thread = run_loop_in_thread(cls.io_loop)
193 cls.server_thread = run_loop_in_thread(cls.io_loop)
H A Dserver.py192 def run_loop_in_thread(io_loop): function
212 server_thread = run_loop_in_thread(io_loop)
/dports/sysutils/py-salt/salt-3004.1/tests/unit/transport/
H A Dtest_tcp.py22 from tests.unit.transport.mixins import run_loop_in_thread
89 target=run_loop_in_thread,
H A Dmixins.py4 def run_loop_in_thread(loop, evt): function