RTEMS 6.1-rc1
|
#include "tr-mtx-seize-wait.h"
#include "tr-tq-enqueue-ceiling.h"
#include "tr-tq-enqueue-deadlock.h"
#include "tr-tq-enqueue-fifo.h"
#include "tr-tq-enqueue-priority-inherit.h"
#include "tr-tq-enqueue-priority.h"
#include <rtems/test.h>
Data Structures | |
struct | ScoreMtxReqSeizeWait_Entry |
struct | ScoreMtxReqSeizeWait_Context |
Test context for spec:/score/mtx/req/seize-wait test case. More... | |
Typedefs | |
typedef ScoreMtxReqSeizeWait_Context | Context |
Functions | |
void | ScoreMtxReqSeizeWait_Run (TQMtxContext *tq_ctx) |
Runs the parameterized test case. More... | |