Skip to content

Commit c5b87fb

Browse files
committed
1
1 parent fe58f07 commit c5b87fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folly/synchronization/HazptrHolder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class hazptr_holder {
119119
for stealing bits of the pointer word */
120120
auto p = ptr;
121121
reset_protection(f(p));
122-
/*** Full fence ***/ folly::asymmetric_thread_fence_light(
122+
/*** Full fence ***/ folly::asymmetric_thread_fence_heavy(
123123
std::memory_order_seq_cst);
124124
ptr = src.load(std::memory_order_acquire);
125125
if (FOLLY_UNLIKELY(p != ptr)) {

0 commit comments

Comments
 (0)