|
QP/C
|
QActive_postLIFO() definition. More...
Go to the source code of this file.
Functions | |
| void | QActive_postLIFO (QActive *me, QEvent const *e) |
| Posts an event directly to the event queue of the active object me using the Last-In-First-Out (LIFO) policy. | |
QActive_postLIFO() definition.
Definition in file qa_lifo.c.
| void QActive_postLIFO | ( | QActive * | me, |
| QEvent const * | e | ||
| ) |
Posts an event directly to the event queue of the active object me using the Last-In-First-Out (LIFO) policy.
Definition at line 43 of file qa_lifo.c.
References Q_ASSERT, QACTIVE_EQUEUE_SIGNAL_, QF_EVT_POOL_ID_, QF_EVT_REF_CTR_, QF_EVT_REF_CTR_INC_, QF_PTR_AT_, QS_aoObj_, QS_BEGIN_NOCRIT_, QS_END_NOCRIT_, QS_EQC_, QS_OBJ_, QS_QF_ACTIVE_POST_LIFO, QS_TIME_, and QS_U8_.
Referenced by QActive_recall().
1.7.6.1