We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a6ea8e + 13226e3 commit 445ca2fCopy full SHA for 445ca2f
driver/others/blas_server_win32.c
@@ -462,7 +462,7 @@ int BLASFUNC(blas_thread_shutdown)(void){
462
463
for(i = 0; i < blas_num_threads - 1; i++){
464
// Could also just use WaitForMultipleObjects
465
- DWORD wait_thread_value = WaitForSingleObject(blas_threads[i], 5000);
+ DWORD wait_thread_value = WaitForSingleObject(blas_threads[i], 50);
466
467
#ifndef OS_WINDOWSSTORE
468
// TerminateThread is only available with WINAPI_DESKTOP and WINAPI_SYSTEM not WINAPI_APP in UWP
0 commit comments