Lines Matching refs:th2
1610 th2 = threading.Thread(target=thfunc2, args=(self,))1613 th2.start()1622 th2.join()