commit | b2c5a94b1c7a40a223c198573aa9bd83998945e4 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Wed Aug 07 10:45:38 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Aug 07 17:15:43 2019 +0000 |
tree | 18b528aeb645b7ad8a6f95ae289aa2e472c8ac55 | |
parent | 4d95befa5c82448a00c73f3d9b39511965d70cc7 [diff] |
switch program cache to try-acquire No need to contend if someone else is using the cache. I switched the attributes back to the front of the declaration; the line for try_acquire_program_cache() was getting long and I couldn't find any satisfyingly clear place to break it. Change-Id: I28c24c342b10c043091c0c46bd27153e44308967 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/233058 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@google.com>