MCPcopy Create free account
hub / github.com/apache/brpc / fetch_or

Method fetch_or

src/butil/atomicops.h:307–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 T fetch_sub(T v, memory_order o) { return ref().fetch_sub(v, o); }
306 T fetch_and(T v, memory_order o) { return ref().fetch_and(v, o); }
307 T fetch_or(T v, memory_order o) { return ref().fetch_or(v, o); }
308 T fetch_xor(T v, memory_order o) { return ref().fetch_xor(v, o); }
309 static_atomic& operator=(T v) {
310 store(v, memory_order_seq_cst);

Callers 3

OnSubDoneRunMethod · 0.80
SetEOFMethod · 0.80
stopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected