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.
1 parent e939c6c commit 95f1e81Copy full SHA for 95f1e81
driver/others/blas_server.c
@@ -984,8 +984,6 @@ int BLASFUNC(blas_thread_shutdown)(void){
984
985
int i;
986
987
- LOCK_COMMAND(&server_lock);
988
-
989
//Free buffers allocated for threads
990
for(i=0; i<MAX_CPU_NUMBER; i++){
991
if(blas_thread_buffer[i]!=NULL){
@@ -1025,7 +1023,6 @@ int BLASFUNC(blas_thread_shutdown)(void){
1025
1023
blas_server_avail = 0;
1026
1024
1027
}
1028
- UNLOCK_COMMAND(&server_lock);
1029
1030
return 0;
1031
0 commit comments