50 #define QF_EQUEUE_TYPE QEQueue
94 #define QF_SCHED_STAT_
95 #define QF_SCHED_LOCK_(dummy) (static_cast<void>(0))
96 #define QF_SCHED_UNLOCK_() (static_cast<void>(0))
99 #define QACTIVE_EQUEUE_WAIT_(me_) \
100 Q_ASSERT_ID(110, (me_)->m_eQueue.m_frontEvt != nullptr)
101 #define QACTIVE_EQUEUE_SIGNAL_(me_) \
102 (QV_readySet_.insert(static_cast<std::uint_fast8_t>((me_)->m_prio)))
105 #define QF_EPOOL_TYPE_ QMPool
106 #define QF_EPOOL_INIT_(p_, poolSto_, poolSize_, evtSize_) \
107 (p_).init((poolSto_), (poolSize_), (evtSize_))
108 #define QF_EPOOL_EVENT_SIZE_(p_) ((p_).getBlockSize())
109 #define QF_EPOOL_GET_(p_, e_, m_, qs_id_) \
110 ((e_) = static_cast<QEvt *>((p_).get((m_), (qs_id_))))
111 #define QF_EPOOL_PUT_(p_, e_, qs_id_) ((p_).put((e_), (qs_id_)))
static void onIdle(void)
QV idle callback (customized in BSPs for QK)
namespace associated with the QP/C++ framework
platform-independent fast "raw" thread-safe event queue interface
platform-independent memory pool QP::QMPool interface.
platform-independent priority sets of 8 or 64 elements.
QP::QPSet QV_readySet_
ready set of AOs
Priority Set of up to 32 elements */.