Searched defs:SimulatorThread (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/deps/lansim/src/py/
H A Dsimulator.py279 class SimulatorThread(threading.Thread, Simulator): class in inherits:threading.Thread, Simulator
293 simu = SimulatorThread(tap_interface)
312 """Runs the given callback on the SimulatorThread thread.
314 Before calling start() on the SimulatorThread, all the calls seting up

Completed in 137 milliseconds