Skip to content

Commit 396137f

Browse files
committed
revert locks introduced in #5170
1 parent 7750d50 commit 396137f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver/others/blas_server.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,7 @@ int exec_blas_async(BLASLONG pos, blas_queue_t *queue){
637637

638638
#ifdef SMP_SERVER
639639
// Handle lazy re-init of the thread-pool after a POSIX fork
640-
LOCK_COMMAND(&server_lock);
641640
if (unlikely(blas_server_avail == 0)) blas_thread_init();
642-
UNLOCK_COMMAND(&server_lock);
643641
#endif
644642
BLASLONG i = 0;
645643
blas_queue_t *current = queue;

0 commit comments

Comments
 (0)