MCPcopy Create free account
hub / github.com/ElementsProject/elements / Release

Method Release

src/leveldb/util/env_posix.cc:94–94  ·  view source on GitHub ↗

Release a resource acquired by a previous call to Acquire() that returned true.

Source from the content-addressed store, hash-verified

92 // Release a resource acquired by a previous call to Acquire() that returned
93 // true.
94 void Release() { acquires_allowed_.fetch_add(1, std::memory_order_relaxed); }
95
96 private:
97 // The number of available resources.

Callers 3

NewRandomAccessFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected