MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / hdr_atomic_load_64

Function hdr_atomic_load_64

deps/hdr_histogram/hdr_atomic.h:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29static int64_t __inline hdr_atomic_load_64(int64_t* field)
30{
31 _ReadBarrier();
32 return *field;
33}
34
35static void __inline hdr_atomic_store_64(int64_t* field, int64_t value)
36{

Callers 1

update_min_max_atomicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected