From eb098f67d3b9684e6a72d53d1deb058a30f68ac4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 13 Dec 2025 23:49:46 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"[WIP,Testing]=20remove=20the=20lock?= =?UTF-8?q?=20around=20the=20thread=20shutdown=20function=20aga=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ef6f97624ba9a560f64e470ec339f469865fac33. --- driver/others/blas_server.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver/others/blas_server.c b/driver/others/blas_server.c index 01a6e91ee7..ed6a850890 100644 --- a/driver/others/blas_server.c +++ b/driver/others/blas_server.c @@ -982,6 +982,8 @@ int BLASFUNC(blas_thread_shutdown)(void){ int i; + LOCK_COMMAND(&server_lock); + //Free buffers allocated for threads for(i=0; i