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

/openbsd-current/regress/sys/kern/pipe/
H A Dtest-close.c44 pthread_t th1, th2; local
55 error = pthread_create(&th1, NULL, close_thread, &ctx1);
76 error = pthread_join(th1, NULL);
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnumpunct_byname.cc53 char th1 = nump_byname.thousands_sep(); local
65 VERIFY( th1 == th2 );
H A Dmembers.cc99 char th1 = nump_c.thousands_sep(); local
122 VERIFY( th1 != th2 );
125 VERIFY( th1 == th3 );
H A Dmoneypunct_byname.cc56 char th1 = monp_de.thousands_sep(); local
76 VERIFY( th1 == th2 );
H A Dmoneypunct_members_char.cc71 char th1 = monp_c_t.thousands_sep(); local
91 VERIFY( th1 != th2 );
H A Dmoneypunct_members_wchar_t.cc72 wchar_t th1 = monp_c_t.thousands_sep(); local
92 VERIFY( th1 != th2 );
H A Dnumpunct_members_char.cc53 char th1 = nump_c.thousands_sep(); local
H A Dnumpunct_members_wchar_t.cc54 wchar_t th1 = nump_c.thousands_sep(); local
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload33.C74 Dummy th1(myObj); // Doesn't work under Cygnus
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp54 pthread_t th1, th2; local
55 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL);
56 PTHREAD_JOIN(th1, NULL);
/openbsd-current/sys/kern/
H A Dkern_tc.c93 static struct timehands th1 = { variable in typeref:struct:timehands
101 .th_next = &th1

Completed in 90 milliseconds