Lines Matching refs:th1
1609 th1 = threading.Thread(target=thfunc1, args=(self,))1612 th1.start()1621 th1.join()