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

Method tryPushFor

test/Queue/QueueWrappers.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110int FifoQueueWrapper::tryPushFor(const TickClock::duration duration, uint8_t, const OperationCountingType& value) const
111{
112 return fifoQueue_.tryPushFor(duration, value);
113}
114
115int FifoQueueWrapper::tryPushFor(const TickClock::duration duration, uint8_t, OperationCountingType&& value) const
116{

Callers 4

phase1Function · 0.45
phase2Function · 0.45
phase4Function · 0.45
phase5Function · 0.45

Calls 1

getValueMethod · 0.45

Tested by 4

phase1Function · 0.36
phase2Function · 0.36
phase4Function · 0.36
phase5Function · 0.36