base: Update comment for ConditionVariable::Wait() function.
Currently it sounds like Wait() will return only iff the CV is signaled. But as wait functions are susceptible to spurious wakeups, it may make them singalled before actual signal gets triggered. BUG=None Review-Url: https://codereview.chromium.org/2391893003 Cr-Commit-Position: refs/heads/master@{#423057}
Showing
Please register or sign in to comment