Home
last modified time | relevance | path

Searched refs:th1 (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
113 SAFE_PTHREAD_CREATE(&th1, NULL, wait_thread1, NULL); in wakeup_thread2()
122 SAFE_PTHREAD_JOIN(th1, NULL); in wakeup_thread2()
/third_party/python/Lib/test/
Dtest_decimal.py1630 th1 = threading.Thread(target=thfunc1, args=(self,))
1633 th1.start()
1642 th1.join()