mirror of
https://github.com/corda/corda.git
synced 2025-02-02 09:18:13 +00:00
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
This commit is contained in:
commit
49534c25f6
@ -292,9 +292,10 @@ class MySystem: public System {
|
|||||||
Thread* t = static_cast<Thread*>(context);
|
Thread* t = static_cast<Thread*>(context);
|
||||||
|
|
||||||
if (owner_ == t) {
|
if (owner_ == t) {
|
||||||
bool interrupted;
|
// Initialized here to make gcc 4.2 a happy compiler
|
||||||
bool notified;
|
bool interrupted = false;
|
||||||
unsigned depth;
|
bool notified = false;
|
||||||
|
unsigned depth = 0;
|
||||||
|
|
||||||
{ ACQUIRE(t->mutex);
|
{ ACQUIRE(t->mutex);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user