Searched refs:th2 (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/regress/sys/kern/pipe/ |
| D | test-close.c | 44 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/ |
| D | js.h.in | 13 table.querySelectorAll('tr.sort th').forEach(th2 => 14 th2.className = th2 == th ? 'sorted' : 'unsorted');
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | numpunct_members_wchar_t.cc | 60 wchar_t th2 = nump_us.thousands_sep(); in test01() local 78 VERIFY( th2 != th3 ); in test01() 81 VERIFY( th2 != th4 ); in test01()
|
| D | numpunct_members_char.cc | 59 char th2 = nump_us.thousands_sep(); in test01() local 77 VERIFY( th2 != th3 ); in test01() 80 VERIFY( th2 != th4 ); in test01()
|
| D | members.cc | 105 char th2 = nump_1.thousands_sep(); in test02() local 122 VERIFY( th1 != th2 ); in test02() 130 VERIFY( th2 == th4 ); in test02()
|
| D | numpunct_byname.cc | 59 char th2 = nump_de.thousands_sep(); in test01() local 65 VERIFY( th1 == th2 ); in test01()
|
| D | moneypunct_byname.cc | 66 char th2 = monp_byname.thousands_sep(); in test01() local 76 VERIFY( th1 == th2 ); in test01()
|
| D | moneypunct_members_char.cc | 81 char th2 = monp_de_t.thousands_sep(); in test01() local 91 VERIFY( th1 != th2 ); in test01()
|
| D | moneypunct_members_wchar_t.cc | 82 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/ |
| D | asan_mac_test.cpp | 54 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/ |
| D | overload33.C | 75 Dummy th2((Base0 *) myObj); // Doesn't work either in function()
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/t/ |
| D | free2.t | 149 sub th2
|