Swap two lines in __mutex_base. On systems with high clock rates, we could...
Swap two lines in __mutex_base. On systems with high clock rates, we could mistakenly return no_timeout when a mutex had timed out if we got a tick between these two lines. Thanks to Brian Cain for the bug report. llvm-svn: 291492
Loading
Please register or sign in to comment