We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe58f07 commit c5b87fbCopy full SHA for c5b87fb
folly/synchronization/HazptrHolder.h
@@ -119,7 +119,7 @@ class hazptr_holder {
119
for stealing bits of the pointer word */
120
auto p = ptr;
121
reset_protection(f(p));
122
- /*** Full fence ***/ folly::asymmetric_thread_fence_light(
+ /*** Full fence ***/ folly::asymmetric_thread_fence_heavy(
123
std::memory_order_seq_cst);
124
ptr = src.load(std::memory_order_acquire);
125
if (FOLLY_UNLIKELY(p != ptr)) {
0 commit comments