MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / tryWaitUntil

Function tryWaitUntil

source/synchronization/ThisThread-Signals.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221std::pair<int, SignalInformation> tryWaitUntil(const SignalSet& signalSet, const TickClock::time_point timePoint)
222{
223 return waitImplementation(signalSet, false, &timePoint); // blocking mode, with timeout
224}
225
226std::pair<int, SignalInformation> wait(const SignalSet& signalSet)
227{

Callers 2

tryWaitForMethod · 0.70
tryWaitForFunction · 0.70

Calls 1

waitImplementationFunction · 0.85

Tested by

no test coverage detected