| 311 | } |
| 312 | |
| 313 | void SampledContention::destroy() { |
| 314 | _hash_code = 0; |
| 315 | butil::return_object(this); |
| 316 | } |
| 317 | |
| 318 | // Remember the conflict hashes for troubleshooting, should be 0 at most of time. |
| 319 | static butil::static_atomic<int64_t> g_nconflicthash = BUTIL_STATIC_ATOMIC_INIT(0); |
no test coverage detected