Blink: Make ThreadCondition only work with Mutex.
The interaction between ThreadCondition (condition variables) and recursive (a.k.a. re-entrant) mutexes is difficult to reason about. Details in the "Why can the holder of a Lock not reacquire it?" section of https://www.chromium.org/developers/lock-and-condition-variable Bug: 805814 Change-Id: Ie0b5e026a43768108011ca8f2f6fd3fe0e1f4b03 Reviewed-on: https://chromium-review.googlesource.com/885862 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#531846}
Showing
Please register or sign in to comment