MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / post

Method post

src/sync.h:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 void post()
221 {
222 {
223 std::lock_guard<std::mutex> lock(mutex);
224 value++;
225 }
226 condition.notify_one();
227 }
228};
229
230/** RAII-style semaphore lock */

Callers 3

ReleaseMethod · 0.80
InterruptMethod · 0.80
fetchPaymentACKMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected