DescriptionCleanup histogram syncronizer a bit
I adjusted the code so tha there was no chance
for the pending response count to get to zero
until all the increments had been applied, and
all the rendereres had been notified. Without
this change, there was a chance that the tally
would hit zero prematurely, triggering a
a premature completion.
I went through the code clarifying where
a lock was needed, and where it wasn't.
In all cases, we now either take a lock, or
assert we're consistently on a single
thread (meaning we don't need a lock).
r=davemoore
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64781
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #
Messages
Total messages: 2 (0 generated)
|