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

Method Release

src/leveldb/util/env_windows.cc:140–140  ·  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

138 // Release a resource acquired by a previous call to Acquire() that returned
139 // true.
140 void Release() { acquires_allowed_.fetch_add(1, std::memory_order_relaxed); }
141
142 private:
143 // The number of available resources.

Callers 4

ScopedHandleMethod · 0.45
ScopedHandleClass · 0.45
NewRandomAccessFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected