fix bug failing to mark task as finished.

This commit is contained in:
Mark Seminatore 2023-12-05 23:28:37 -08:00
parent 5f51811728
commit 4ebf814b42
1 changed files with 3 additions and 0 deletions

View File

@ -344,6 +344,9 @@ static DWORD WINAPI blas_thread_server(void *arg){
#ifdef SMP_DEBUG
fprintf(STDERR, "Server[%2ld] Finished!\n", cpu);
#endif
queue->finished = 1;
}
/* Shutdown procedure */