Searched refs:th1 (Results 1 – 2 of 2) sorted by relevance
87 pthread_t th1, th2; in wakeup_thread2() local113 SAFE_PTHREAD_CREATE(&th1, NULL, wait_thread1, NULL); in wakeup_thread2()122 SAFE_PTHREAD_JOIN(th1, NULL); in wakeup_thread2()
1630 th1 = threading.Thread(target=thfunc1, args=(self,))1633 th1.start()1642 th1.join()