Searched refs:th2 (Results 1 – 2 of 2) sorted by relevance
87 pthread_t th1, th2; in wakeup_thread2() local114 SAFE_PTHREAD_CREATE(&th2, NULL, wait_thread2, NULL); in wakeup_thread2()120 SAFE_PTHREAD_JOIN(th2, NULL); in wakeup_thread2()
1631 th2 = threading.Thread(target=thfunc2, args=(self,))1634 th2.start()1643 th2.join()