Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Release
Method · 0.80
Interrupt
Method · 0.80
fetchPaymentACK
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected