65#define QF_SCHED_LOCK_(dummy) ((void)0)
66#define QF_SCHED_UNLOCK_() ((void)0)
69#define QACTIVE_EQUEUE_WAIT_(me_) ((void)0)
70#define QACTIVE_EQUEUE_SIGNAL_(me_) \
71 QPSet_insert(&QV_priv_.readySet, (uint_fast8_t)(me_)->prio)
74#define QF_EPOOL_TYPE_ QMPool
75#define QF_EPOOL_INIT_(p_, poolSto_, poolSize_, evtSize_) \
76 (QMPool_init(&(p_), (poolSto_), (poolSize_), (evtSize_)))
77#define QF_EPOOL_EVENT_SIZE_(p_) ((uint_fast16_t)(p_).blockSize)
78#define QF_EPOOL_GET_(p_, e_, m_, qsId_) \
79 ((e_) = (QEvt *)QMPool_get(&(p_), (m_), (qsId_)))
80#define QF_EPOOL_PUT_(p_, e_, qsId_) (QMPool_put(&(p_), (e_), (qsId_)))
Set of Active Objects of up to QF_MAX_ACTIVE elements.
Private attributes of the QV kernel.
QV non-preemptive kernel (QV namespace emulated as a "class" in C)
void QV_schedEnable(void)
void QV_schedDisable(uint_fast8_t const ceiling)