Home
last modified time | relevance | path

Searched refs:hthreads (Results 1 – 18 of 18) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/izem/test/perf/lock/
H A Dthread_scale_tlp.c54 int hthreads = (cur_nthreads % 2 == 0) ? cur_nthreads / 2 : (cur_nthreads + 1) / 2; in test_thruput() local
55 int lthreads = (cur_nthreads % 2 == 0) ? hthreads : hthreads - 1; in test_thruput()
56 assert(hthreads + lthreads == cur_nthreads); in test_thruput()
58 …printf("%d \t %lf \t %lf\n", cur_nthreads, ((double)TEST_NITER*hthreads)/htimes, ((double)TEST_NIT… in test_thruput()
60 printf("%d \t %f \t %f\n", cur_nthreads, ((double)TEST_NITER*hthreads)/htimes, -1.0); in test_thruput()
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dthread.c62 HANDLE hthreads[THREAD_NUM]; in test_conc_27() local
90 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc27, NULL, 0, &threads[i]); in test_conc_27()
91 if (hthreads[i]==NULL) in test_conc_27()
100 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_27()
H A Dssl.c373 HANDLE hthreads[50]; in test_ssl_threads() local
397 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ssl_thread, NULL, 0, &dthreads[i]); in test_ssl_threads()
398 if (hthreads[i]==NULL) in test_ssl_threads()
406 WaitForSingleObject(hthreads[i], INFINITE); in test_ssl_threads()
752 HANDLE hthreads[50]; in test_conc_102() local
772hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc102, NULL, 0, &threads[i]); in test_conc_102()
773 if (hthreads[i]==NULL) in test_conc_102()
782 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_102()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dthread.c62 HANDLE hthreads[THREAD_NUM]; in test_conc_27() local
90 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc27, NULL, 0, &threads[i]); in test_conc_27()
91 if (hthreads[i]==NULL) in test_conc_27()
100 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_27()
H A Dssl.c373 HANDLE hthreads[50];
397 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ssl_thread, NULL, 0, &dthreads[i]);
398 if (hthreads[i]==NULL)
406 WaitForSingleObject(hthreads[i], INFINITE);
752 HANDLE hthreads[50];
772hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc102, NULL, 0, &threads[i]);
773 if (hthreads[i]==NULL)
782 WaitForSingleObject(hthreads[i], INFINITE);
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dthread.c62 HANDLE hthreads[THREAD_NUM]; in test_conc_27() local
90 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc27, NULL, 0, &threads[i]); in test_conc_27()
91 if (hthreads[i]==NULL) in test_conc_27()
100 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_27()
H A Dssl.c373 HANDLE hthreads[50]; in test_ssl_threads() local
397 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ssl_thread, NULL, 0, &dthreads[i]); in test_ssl_threads()
398 if (hthreads[i]==NULL) in test_ssl_threads()
406 WaitForSingleObject(hthreads[i], INFINITE); in test_ssl_threads()
752 HANDLE hthreads[50]; in test_conc_102() local
772hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc102, NULL, 0, &threads[i]); in test_conc_102()
773 if (hthreads[i]==NULL) in test_conc_102()
782 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_102()
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dthread.c62 HANDLE hthreads[THREAD_NUM]; in test_conc_27() local
90 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc27, NULL, 0, &threads[i]); in test_conc_27()
91 if (hthreads[i]==NULL) in test_conc_27()
100 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_27()
H A Dssl.c373 HANDLE hthreads[50]; in test_ssl_threads() local
397 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ssl_thread, NULL, 0, &dthreads[i]); in test_ssl_threads()
398 if (hthreads[i]==NULL) in test_ssl_threads()
406 WaitForSingleObject(hthreads[i], INFINITE); in test_ssl_threads()
752 HANDLE hthreads[50]; in test_conc_102() local
772hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc102, NULL, 0, &threads[i]); in test_conc_102()
773 if (hthreads[i]==NULL) in test_conc_102()
782 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_102()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dthread.c62 HANDLE hthreads[THREAD_NUM]; in test_conc_27() local
90 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc27, NULL, 0, &threads[i]); in test_conc_27()
91 if (hthreads[i]==NULL) in test_conc_27()
100 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_27()
H A Dssl.c373 HANDLE hthreads[50]; in test_ssl_threads() local
397 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ssl_thread, NULL, 0, &dthreads[i]); in test_ssl_threads()
398 if (hthreads[i]==NULL) in test_ssl_threads()
406 WaitForSingleObject(hthreads[i], INFINITE); in test_ssl_threads()
752 HANDLE hthreads[50]; in test_conc_102() local
772hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc102, NULL, 0, &threads[i]); in test_conc_102()
773 if (hthreads[i]==NULL) in test_conc_102()
782 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_102()
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dthread.c62 HANDLE hthreads[THREAD_NUM]; in test_conc_27() local
90 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc27, NULL, 0, &threads[i]); in test_conc_27()
91 if (hthreads[i]==NULL) in test_conc_27()
100 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_27()
H A Dssl.c373 HANDLE hthreads[50];
397 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ssl_thread, NULL, 0, &dthreads[i]);
398 if (hthreads[i]==NULL)
406 WaitForSingleObject(hthreads[i], INFINITE);
752 HANDLE hthreads[50];
772hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc102, NULL, 0, &threads[i]);
773 if (hthreads[i]==NULL)
782 WaitForSingleObject(hthreads[i], INFINITE);
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/unittest/libmariadb/
H A Dthread.c62 HANDLE hthreads[THREAD_NUM]; in test_conc_27() local
90 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc27, NULL, 0, &threads[i]); in test_conc_27()
91 if (hthreads[i]==NULL) in test_conc_27()
100 WaitForSingleObject(hthreads[i], INFINITE); in test_conc_27()
H A Dssl.c373 HANDLE hthreads[50];
397 hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ssl_thread, NULL, 0, &dthreads[i]);
398 if (hthreads[i]==NULL)
406 WaitForSingleObject(hthreads[i], INFINITE);
752 HANDLE hthreads[50];
772hthreads[i]= CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_conc102, NULL, 0, &threads[i]);
773 if (hthreads[i]==NULL)
782 WaitForSingleObject(hthreads[i], INFINITE);
/dports/www/squid/squid-4.15/src/DiskIO/DiskThreads/
H A Daiops_win32.cc329 HANDLE * hthreads; in squidaio_shutdown() local
339 hthreads = (HANDLE *) xcalloc (NUMTHREADS, sizeof (HANDLE)); in squidaio_shutdown()
345 hthreads[i] = threadp->thread; in squidaio_shutdown()
355 WaitForMultipleObjects(NUMTHREADS, hthreads, TRUE, 2000); in squidaio_shutdown()
358 CloseHandle(hthreads[i]); in squidaio_shutdown()
365 xfree(hthreads); in squidaio_shutdown()
/dports/emulators/hercules/hercules-3.13/
H A DMakefile.am668 hthreads.h \
H A DMakefile.in1290 hthreads.h \