X-Git-Url: http://plrg.eecs.uci.edu/git/?p=junction.git;a=blobdiff_plain;f=junction%2FQSBR.cpp;fp=junction%2FQSBR.cpp;h=b1ed1385e2a8f8d4ede8f657dcc98f0798b2922a;hp=eaab358da9d0a616122b639658ee422431ad868d;hb=e8d98a04ab8e1fc34bef37bd9b802c49510c9e83;hpb=4249e1abd767b5cbbe9b722710b90ed49cd0390a diff --git a/junction/QSBR.cpp b/junction/QSBR.cpp index eaab358..b1ed138 100644 --- a/junction/QSBR.cpp +++ b/junction/QSBR.cpp @@ -94,7 +94,7 @@ void QSBR::flush() { // This is like saying that all contexts are quiescent, // so we can issue all actions at once. // No lock is taken. - TURF_RACE_DETECT_GUARD(m_flushRaceDetector); // There should be no concurrent operations + TURF_RACE_DETECT_GUARD(m_flushRaceDetector); // There should be no concurrent operations for (ureg i = 0; i < m_pendingActions.size(); i++) m_pendingActions[i](); m_pendingActions.clear();