Skip to content
Snippets Groups Projects

Various improvements

Merged Florian Schmaus requested to merge flow/emper:various-improvements into master
3 files
+ 30
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -56,7 +56,7 @@ auto BinaryPrivateSemaphore::signalInternal() -> Context* {
@@ -56,7 +56,7 @@ auto BinaryPrivateSemaphore::signalInternal() -> Context* {
// for the correctnes of the synchronization primitive.
// for the correctnes of the synchronization primitive.
bpsState.store(newState);
bpsState.store(newState);
}
}
LOGDD("unblock in fast path");
LOGDD("unblock in fast path, as we found a blocked context " << blockedContext);
return blockedContext;
return blockedContext;
}
}
Loading