DescriptionTake extra lock in base::WaitableEvent::WaitMany.
Currently WaitMany doesn't ensure that the corresponding |Signal| is done
when the WaitMany call is returned.
That is problematic when we share the event over threads and want to wait
for detaching it in order to delete it after that.
BUG=397435
R=agl@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288005
Patch Set 1 #
Total comments: 4
Patch Set 2 : #
Total comments: 1
Patch Set 3 : #
Total comments: 2
Patch Set 4 : Add a test and revert the change to see if the test fails. #Patch Set 5 : restore the change. #Patch Set 6 : WIP #Patch Set 7 : WIP #Patch Set 8 : #Patch Set 9 : #
Messages
Total messages: 20 (0 generated)
|