Skip to content

Commit 753c7eb

Browse files
authored
Merge pull request #4835 from martin-frbg/revertwin4359
Temporarily revert to the coarse-grained locking in the Windows thread server
2 parents 3b8d7df + 6468dc1 commit 753c7eb

File tree

2 files changed

+591
-666
lines changed

2 files changed

+591
-666
lines changed

common_thread.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ typedef struct blas_queue {
111111
struct blas_queue *next;
112112

113113
#if defined( __WIN32__) || defined(__CYGWIN32__) || defined(_WIN32) || defined(__CYGWIN__)
114-
// CRITICAL_SECTION lock;
115-
// HANDLE finish;
114+
CRITICAL_SECTION lock;
115+
HANDLE finish;
116116
volatile int finished;
117117
#else
118118
pthread_mutex_t lock;

0 commit comments

Comments
 (0)