![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
#include <stktest.h>
Public Member Functions | |
| MutexMock () | |
| void | Lock () |
| Lock the mutex. | |
| void | Unlock () |
| Unlock the mutex. | |
Public Attributes | |
| uint32_t | m_nesting |
| bool | m_locked |
|
inlinevirtual |
|
inlinevirtual |
Unlock the mutex.
Implements stk::IMutex.
Definition at line 378 of file stktest.h.
References m_locked, m_nesting, and STK_ASSERT.
| bool stk::test::MutexMock::m_locked |
Definition at line 368 of file stktest.h.
Referenced by Lock(), MutexMock(), and Unlock().
| uint32_t stk::test::MutexMock::m_nesting |
Definition at line 367 of file stktest.h.
Referenced by Lock(), MutexMock(), and Unlock().