Home | History | Annotate | Download | only in test

Lines Matching refs:th1

1234         th1 = threading.Thread(target=thfunc1, args=(self,))
1237 th1.start()