Home
last modified time | relevance | path

Searched refs:thread_run (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/tests/remote/
Drutils.py345 thread = host.thread_run(ping, result)
499 server_thread = server.thread_run(iperf_server, server_res)
501 client_thread = client.thread_run(iperf_client, client_res)
Dmonitor.py113 thread = host.thread_run([tshark, "-w", log], monitor_res)
/hostap-latest/tests/hwsim/
Dwlantest.py67 cls.exe_thread = cls.remote_host.thread_run(cmd.split(), cls.exe_res)
Dremotehost.py104 def thread_run(self, command, res, use_reaper=True): member in Host