Home | History | Annotate | Download | only in test

Lines Matching refs:threadFunc

421     threadFunc = staticmethod(http_server)
430 threading.Thread(target=self.threadFunc, args=serv_args).start()
599 threadFunc = staticmethod(http_multi_server)