57 #define QF_MAX_ACTIVE              32U 
   74 #define QF_MAX_EPOOL                3U 
   93 #define QF_EVENT_SIZ_SIZE           2U 
  113 #define QF_EQUEUE_CTR_SIZE          1U 
  135 #define QF_MPOOL_SIZ_SIZE           2U 
  154 #define QF_MPOOL_CTR_SIZE           2U 
  172 #define QF_TIMEEVT_CTR_SIZE         2U 
  182 #define QF_INT_DISABLE()            intDisable() 
  192 #define QF_INT_ENABLE()             intEnable() 
  200 #define QF_CRIT_STAT_TYPE           unsigned 
  214 #define QF_CRIT_ENTRY(stat_)        ((stat_) = critEntry()) 
  229 #define QF_CRIT_EXIT(stat_)         critExit(stat_) 
  238 #define QF_ACTIVE_STOP 
QEP/C++ port, generic C++11 compiler.
QF/C++ platform-independent public interface.
#define QF_CRIT_STAT_TYPE
Define the type of the critical section status.
QF_CRIT_STAT_TYPE critEntry(void)
void critExit(QF_CRIT_STAT_TYPE stat)
QXK/C++ port example, Generic C++ compiler.
QXK/C++ extended (blocking) thread.