th2              1702 gc/tests/test.c     PCR_Th_T * th2;
th2              1709 gc/tests/test.c     th2 = PCR_Th_Fork(run_one_test, 0);
th2              1715 gc/tests/test.c     if (PCR_Th_T_Join(th2, &code, NIL, PCR_allSigsBlocked, PCR_waitForever)
th2              1739 gc/tests/test.c     thread_t th2;
th2              1756 gc/tests/test.c     if ((code = thr_create(0, 1024*1024, thr_run_one_test, 0, THR_NEW_LWP, &th2)) != 0) {
th2              1765 gc/tests/test.c     if (thr_join(th2, 0, 0) != 0) {
th2              1782 gc/tests/test.c     pthread_t th2;
th2              1830 gc/tests/test.c     if ((code = pthread_create(&th2, &attr, thr_run_one_test, 0)) != 0) {
th2              1839 gc/tests/test.c     if (pthread_join(th2, 0) != 0) {