Home
last modified time | relevance | path

Searched refs:th1 (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/futex/
H A 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/
H A Dtest_decimal.py1682 th1 = threading.Thread(target=thfunc1, args=(self,))
1685 th1.start()
1694 th1.join()

Completed in 8 milliseconds