Home
last modified time | relevance | path

Searched refs:th2 (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c87 pthread_t th1, th2; in wakeup_thread2() local
114 SAFE_PTHREAD_CREATE(&th2, NULL, wait_thread2, NULL); in wakeup_thread2()
120 SAFE_PTHREAD_JOIN(th2, NULL); in wakeup_thread2()
/third_party/python/Lib/test/
Dtest_decimal.py1631 th2 = threading.Thread(target=thfunc2, args=(self,))
1634 th2.start()
1643 th2.join()