MCPcopy 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

RunMethod · 0.80
StopMethod · 0.80

Calls 1

enqueue_semaphoreMethod · 0.80

Tested by

no test coverage detected