MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / value

Method value

src/common/classes/fb_atomic.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 counter_type value() const { return counter.load(std::memory_order_acquire); }
51
52 counter_type exchangeAdd(counter_type value)
53 {

Callers 15

getStateMethod · 0.45
unblockWaitingMethod · 0.45
tryBeginReadMethod · 0.45
tryBeginWriteMethod · 0.45
~RWLockMethod · 0.45
~MemPoolMethod · 0.45
setStatsGroupMethod · 0.45
validateMethod · 0.45
print_contentsMethod · 0.45
notifyOneMethod · 0.45
notifyAllMethod · 0.45
releaseMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected