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

Method tryEmplaceFor

test/Queue/QueueWrappers.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int FifoQueueWrapper::tryEmplaceFor(const TickClock::duration duration, uint8_t,
69 const OperationCountingType::Value value) const
70{
71 return fifoQueue_.tryEmplaceFor(duration, value);
72}
73
74int FifoQueueWrapper::tryEmplaceUntil(const TickClock::time_point timePoint, uint8_t,
75 const OperationCountingType::Value value) const

Callers 3

phase1Function · 0.45
phase2Function · 0.45
phase4Function · 0.45

Calls

no outgoing calls

Tested by 3

phase1Function · 0.36
phase2Function · 0.36
phase4Function · 0.36