Lines Matching full:threadfunc
421 threadFunc = staticmethod(http_server)430 threading.Thread(target=self.threadFunc, args=serv_args).start()599 threadFunc = staticmethod(http_multi_server)