Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ wait
Method
wait
include/storage/shared_monitor.hpp:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
#if USE_BOOST_INTERPROCESS_CONDITION
97
template <typename Lock> void wait(Lock &lock) { internal().condition.wait(lock); }
98
99
void notify_all() { internal().condition.notify_all(); }
100
#else
Callers
2
Run
Method · 0.80
Stop
Method · 0.80
Calls
1
enqueue_semaphore
Method · 0.80
Tested by
no test coverage detected