MCPcopy Create free account
hub / github.com/QuantumLeaps/qpcpp / getQueueUse

Method getQueueUse

zephyr/qf_port.cpp:211–214  ·  view source on GitHub ↗

............................................................................

Source from the content-addressed store, hash-verified

209}
210//............................................................................
211std::uint16_t QActive::getQueueUse(std::uint_fast8_t const prio) noexcept {
212 Q_UNUSED_PAR(prio);
213 return 0U; // current use level in a queue not supported in this RTOS
214}
215//............................................................................
216std::uint16_t QActive::getQueueFree(std::uint_fast8_t const prio) noexcept {
217 Q_UNUSED_PAR(prio);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected