40 #include "qf_port.hpp"
52 #error "Source file included in a project NOT based on the QXK kernel"
100 QF::bzero(&m_waitSet,
sizeof(m_waitSet));
147 && ((m_ceiling == 0U)
148 || (curr->
m_prio < m_ceiling))
155 if (m_lockNest == 0U) {
158 if (m_ceiling != 0U) {
166 curr->m_dynPrio = m_ceiling;
182 else if (m_holderPrio == curr->
m_prio) {
195 if (m_ceiling != 0U) {
223 if (m_waitSet.hasElement(p)) {
263 if (curr ==
nullptr) {
275 && ((m_ceiling == 0U)
276 || (curr->
m_prio < m_ceiling))
282 if (m_lockNest == 0U) {
285 if (m_ceiling != 0U) {
293 curr->m_dynPrio = m_ceiling;
300 m_holderPrio = curr->
m_prio;
309 else if (m_holderPrio == curr->
m_prio) {
316 if (m_ceiling != 0U) {
325 return curr !=
nullptr;
351 if (curr ==
nullptr) {
364 && ((m_ceiling == 0U)
365 || (curr->m_dynPrio == m_ceiling))
373 if (m_lockNest == 1U) {
375 if (m_ceiling != 0U) {
379 curr->m_dynPrio = curr->
m_prio;
397 if (m_waitSet.notEmpty()) {
413 && (thr->m_dynPrio == thr->
m_prio)
419 if (m_ceiling != 0U) {
421 thr->m_dynPrio = m_ceiling;
442 if (m_ceiling != 0U) {
unsigned int uint_fast16_t
fast at-least 16-bit unsigned int
unsigned char uint8_t
exact-width 8-bit unsigned int
unsigned int uint_fast8_t
fast at-least 8-bit unsigned int
QActive active object (based on QP::QHsm implementation)
std::uint8_t m_prio
QF priority (1..QF_MAX_ACTIVE) of this active object.
static void bzero(void *const start, std::uint_fast16_t const len) noexcept
Clear a specified region of memory to zero.
static QActive * active_[QF_MAX_ACTIVE+1U]
array of registered active objects
QHsmAttr m_temp
temporary: transition chain, target state, etc.
Priority Ceiling Mutex the QXK preemptive kernel.
bool tryLock(void) noexcept
try to lock the QXK priority-ceiling mutex QP::QXMutex
void unlock(void) noexcept
unlock the QXK priority-ceiling mutex QP::QXMutex
bool lock(std::uint_fast16_t const nTicks=QXTHREAD_NO_TIMEOUT) noexcept
lock the QXK priority-ceiling mutex QP::QXMutex
Extended (blocking) thread of the QXK preemptive kernel.
QTimeEvt m_timeEvt
time event to handle blocking timeouts
void teArm_(enum_t const sig, std::uint_fast16_t const nTicks) noexcept
bool teDisarm_(void) noexcept
namespace associated with the QP/C++ framework
@ QS_MUTEX_UNLOCK
a mutex was unlocked
@ QS_MUTEX_LOCK
a mutex was locked
QMState const * obj
pointer to QMState object
State object for the QP::QMsm class (QM State Machine).
Customizable and memory-efficient assertions for embedded systems.
#define Q_DEFINE_THIS_MODULE(name_)
Define the user-specified module name for assertions in this file.
#define Q_ASSERT_ID(id_, test_)
General purpose assertion with user-specified assertion-id.
#define Q_REQUIRE_ID(id_, test_)
Assertion for checking preconditions with user-specified assertion-id.
int enum_t
alias for enumerations used for event signals
#define QF_CRIT_EXIT_NOP()
No-operation for exiting a critical section.
#define QF_CRIT_STAT_
This is an internal macro for defining the critical section status type.
#define QF_CRIT_X_()
This is an internal macro for exiting a critical section.
#define QF_CRIT_E_()
This is an internal macro for entering a critical section.
Dummy definitions of the QS macros that avoid code generation from the QS instrumentation.
#define QS_BEGIN_NOCRIT_PRE_(rec_, qs_id_)
#define QS_END_NOCRIT_PRE_()
#define QS_2U8_PRE_(data1_, data2_)
Internal (package scope) QS/C++ interface.
QS/C++ port to a 32-bit CPU, generic compiler.
#define QF_MAX_ACTIVE
The maximum number of active objects in the application.
std::uint8_t volatile lockHolder
prio of the lock holder
#define QXK_ISR_CONTEXT_()
Internal port-specific macro that reports the execution context.
void QXK_activate_(void)
QXK activator activates the next active object. The activated AO preempts.
std::uint_fast8_t QXK_sched_(void) noexcept
QXK scheduler finds the highest-priority thread ready to run.
std::uint8_t volatile actPrio
prio of the active basic thread
QP::QPSet readySet
ready-set of all threads
QP::QActive *volatile curr
currently executing thread
QXK_Attr QXK_attr_
global attributes of the QXK kernel
Internal (package scope) QXK/C++ interface.
#define QXK_PTR_CAST_(type_, ptr_)
intertnal macro to encapsulate casting of pointers for MISRA deviations
QSignal sig
signal of the event instance
void insert(std::uint_fast8_t const n) noexcept
insert element n into the set, n = 1..QF_MAX_ACTIVE
void rmove(std::uint_fast8_t const n) noexcept
remove element n from the set, n = 1..QF_MAX_ACTIVE