Home
last modified time | relevance | path

Searched refs:th2 (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/regress/sys/kern/pipe/
Dtest-close.c44 pthread_t th1, th2; in test_close_race() local
60 error = pthread_create(&th2, NULL, close_thread, &ctx2); in test_close_race()
79 error = pthread_join(th2, NULL); in test_close_race()
/openbsd/src/usr.sbin/httpd/
Djs.h.in13 table.querySelectorAll('tr.sort th').forEach(th2 =>
14 th2.className = th2 == th ? 'sorted' : 'unsorted');
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dnumpunct_members_wchar_t.cc60 wchar_t th2 = nump_us.thousands_sep(); in test01() local
78 VERIFY( th2 != th3 ); in test01()
81 VERIFY( th2 != th4 ); in test01()
Dnumpunct_members_char.cc59 char th2 = nump_us.thousands_sep(); in test01() local
77 VERIFY( th2 != th3 ); in test01()
80 VERIFY( th2 != th4 ); in test01()
Dmembers.cc105 char th2 = nump_1.thousands_sep(); in test02() local
122 VERIFY( th1 != th2 ); in test02()
130 VERIFY( th2 == th4 ); in test02()
Dnumpunct_byname.cc59 char th2 = nump_de.thousands_sep(); in test01() local
65 VERIFY( th1 == th2 ); in test01()
Dmoneypunct_byname.cc66 char th2 = monp_byname.thousands_sep(); in test01() local
76 VERIFY( th1 == th2 ); in test01()
Dmoneypunct_members_char.cc81 char th2 = monp_de_t.thousands_sep(); in test01() local
91 VERIFY( th1 != th2 ); in test01()
Dmoneypunct_members_wchar_t.cc82 wchar_t th2 = monp_de_t.thousands_sep(); in test01() local
92 VERIFY( th1 != th2 ); in test01()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_mac_test.cpp54 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local
57 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL); in CFAllocator_PassMemoryToAnotherThread()
58 PTHREAD_JOIN(th2, NULL); in CFAllocator_PassMemoryToAnotherThread()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
Doverload33.C75 Dummy th2((Base0 *) myObj); // Doesn't work either in function()
/openbsd/src/gnu/usr.bin/perl/dist/threads/t/
Dfree2.t149 sub th2