Take 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 Review URL: https://codereview.chromium.org/419773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288005 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment