fix bug failing to mark task as finished.
This commit is contained in:
parent
5f51811728
commit
4ebf814b42
|
@ -344,6 +344,9 @@ static DWORD WINAPI blas_thread_server(void *arg){
|
||||||
#ifdef SMP_DEBUG
|
#ifdef SMP_DEBUG
|
||||||
fprintf(STDERR, "Server[%2ld] Finished!\n", cpu);
|
fprintf(STDERR, "Server[%2ld] Finished!\n", cpu);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
queue->finished = 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Shutdown procedure */
|
/* Shutdown procedure */
|
||||||
|
|
Loading…
Reference in New Issue