Home | History | Annotate | Download | only in test

Lines Matching refs:th1

1605         th1 = threading.Thread(target=thfunc1, args=(self,))
1608 th1.start()