|
|
@@ -441,7 +441,7 @@ int BLASFUNC(blas_thread_shutdown)(void){ |
|
|
|
if (blas_server_avail){ |
|
|
|
|
|
|
|
SetEvent(pool.killed); |
|
|
|
printf("blas_num_threads=%d\n", blas_num_threads); |
|
|
|
|
|
|
|
for(i = 0; i < blas_num_threads - 1; i++){ |
|
|
|
WaitForSingleObject(blas_threads[i], 5); //INFINITE); |
|
|
|
TerminateThread(blas_threads[i],0); |
|
|
|