Chromium Code Reviews
DescriptionDon't call the other wait set impl dispatcher methods under mutex either.
Previously, I only did this for WaitSetWaitImpl(). But then I realized
that WaitSetAddImpl() and WaitSetRemoveImpl() also need to deal with the
mutex carefully (i.e., not do everything under the mutex) since I need
to avoid calling other dispatchers' AddAwakable()/RemoveAwakable() under
the mutex.
R=vardhan@google.com
BUG=#350
Committed: https://chromium.googlesource.com/external/mojo/+/1f06dce1f391be3e823d598a502ae7d047ec6ff7
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||