QXK/C++ extended (blocking) thread. More...
Go to the source code of this file.
Data Structures | |
class | QXThread |
Extended (blocking) thread of the QXK preemptive kernel. More... | |
class | QXSemaphore |
Counting Semaphore of the QXK preemptive kernel. More... | |
class | QXMutex |
Priority Ceiling Mutex the QXK preemptive kernel. More... | |
Namespaces | |
QP | |
namespace associated with the QP/C++ framework | |
Variables | |
static constexpr std::uint_fast16_t | QXTHREAD_NO_TIMEOUT = 0U |
no-timeout sepcification when blocking on queues or semaphores More... | |
QXK/C++ extended (blocking) thread.
Definition in file qxthread.hpp.