Searched refs:th1 (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 55 error = pthread_create(&th1, NULL, close_thread, &ctx1); in test_close_race() 76 error = pthread_join(th1, NULL); in test_close_race()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | members.cc | 99 char th1 = nump_c.thousands_sep(); in test02() local 122 VERIFY( th1 != th2 ); in test02() 125 VERIFY( th1 == th3 ); in test02()
|
| D | numpunct_byname.cc | 53 char th1 = nump_byname.thousands_sep(); in test01() local 65 VERIFY( th1 == th2 ); in test01()
|
| D | moneypunct_byname.cc | 56 char th1 = monp_de.thousands_sep(); in test01() local 76 VERIFY( th1 == th2 ); in test01()
|
| D | moneypunct_members_char.cc | 71 char th1 = monp_c_t.thousands_sep(); in test01() local 91 VERIFY( th1 != th2 ); in test01()
|
| D | moneypunct_members_wchar_t.cc | 72 wchar_t th1 = monp_c_t.thousands_sep(); in test01() local 92 VERIFY( th1 != th2 ); in test01()
|
| D | numpunct_members_wchar_t.cc | 54 wchar_t th1 = nump_c.thousands_sep(); in test01() local
|
| D | numpunct_members_char.cc | 53 char th1 = nump_c.thousands_sep(); in test01() local
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| D | asan_mac_test.cpp | 54 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local 55 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL); in CFAllocator_PassMemoryToAnotherThread() 56 PTHREAD_JOIN(th1, NULL); in CFAllocator_PassMemoryToAnotherThread()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| D | overload33.C | 74 Dummy th1(myObj); // Doesn't work under Cygnus in function()
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/t/ |
| D | free2.t | 134 sub th1 324 threads->create('th1', $q);
|
| /openbsd/src/sys/kern/ |
| D | kern_tc.c | 93 static struct timehands th1 = { variable 101 .th_next = &th1
|