Searched refs:th2 (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/regress/sys/kern/pipe/
H A Dtest-close.c44 pthread_t th1, th2; local
60 error = pthread_create(&th2, NULL, close_thread, &ctx2);
79 error = pthread_join(th2, NULL);
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnumpunct_byname.cc59 char th2 = nump_de.thousands_sep(); local
65 VERIFY( th1 == th2 );
H A Dnumpunct_members_char.cc59 char th2 = nump_us.thousands_sep(); local
77 VERIFY( th2 != th3 );
80 VERIFY( th2 != th4 );
H A Dnumpunct_members_wchar_t.cc60 wchar_t th2 = nump_us.thousands_sep(); local
78 VERIFY( th2 != th3 );
81 VERIFY( th2 != th4 );
H A Dmembers.cc105 char th2 = nump_1.thousands_sep(); local
122 VERIFY( th1 != th2 );
130 VERIFY( th2 == th4 );
H A Dmoneypunct_byname.cc66 char th2 = monp_byname.thousands_sep(); local
76 VERIFY( th1 == th2 );
H A Dmoneypunct_members_char.cc81 char th2 = monp_de_t.thousands_sep(); local
91 VERIFY( th1 != th2 );
H A Dmoneypunct_members_wchar_t.cc82 wchar_t th2 = monp_de_t.thousands_sep(); local
92 VERIFY( th1 != th2 );
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload33.C75 Dummy th2((Base0 *) myObj); // Doesn't work either
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp54 pthread_t th1, th2; local
57 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL);
58 PTHREAD_JOIN(th2, NULL);

Completed in 123 milliseconds