Home | History | Annotate | Download | only in test

Lines Matching refs:th2

1235         th2 = threading.Thread(target=thfunc2, args=(self,))
1238 th2.start()