commit | 8b50ac242bc3a41cf81d5d9bbc24d49b9f85d834 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Fri Jan 09 09:02:44 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 09 09:02:44 2015 -0800 |
tree | 76520c996fe8c58335ec748da8afb3885b12cc04 | |
parent | 15bfc6ce4462d6011feba9d717c434466b214fec [diff] |
Use error-checking mutexes in Debug builds. Upside: our deadlock detection is now thread-safe. Downside: static mutexes on Macs won't have deadlock detection until we drop 10.6. BUG=skia:3294 Review URL: https://codereview.chromium.org/816833005