commit | 3dd1b88765f6ce91bd0558a16cdd8cf0c1e15d1b | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Tue Jul 31 19:33:37 2018 -0700 |
committer | Behdad Esfahbod <[email protected]> | Tue Jul 31 20:28:36 2018 -0700 |
tree | 91cf20aef0ddc4ba424625a72b92f18752c16ee9 | |
parent | 06b91d935da1a40ef9de6697717eb0af1015989e [diff] |
[atomic] Use CONSUME, not ACQUIRE, memory-order for get() Although, all implementations just elevate that to ACQUIRE. But requirement for us is just CONSUME.