mirror of https://github.com/KLayout/klayout.git
WIP: bugfix on WaitCondition (deadlocked)
This commit is contained in:
parent
5cfb98d9f2
commit
58fd6ed143
|
|
@ -102,8 +102,8 @@ public:
|
|||
}
|
||||
|
||||
// transfers the lock back
|
||||
mutex->lock ();
|
||||
pthread_mutex_unlock (&m_mutex);
|
||||
mutex->lock ();
|
||||
|
||||
return woken;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue