RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Functions
#include <rtems/score/smpimpl.h>
#include <rtems/score/threadimpl.h>
#include "tr-tq-timeout-priority-inherit.h"
#include "tx-support.h"
#include <rtems/test.h>

Data Structures

struct  ScoreTqReqTimeoutPriorityInherit_Entry
 
struct  ScoreTqReqTimeoutPriorityInherit_Context
 Test context for spec:/score/tq/req/timeout-priority-inherit test case. More...
 

Macros

#define THREAD   TQ_BLOCKER_A
 
#define THREAD_HELPER_A   TQ_HELPER_B
 
#define THREAD_HELPER_B   TQ_HELPER_C
 
#define QUEUE_HELPER   TQ_BLOCKER_B
 
#define OWNER   TQ_BLOCKER_C
 
#define OWNER_HELPER   TQ_BLOCKER_D
 
#define OWNER_QUEUE_HELPER   TQ_BLOCKER_E
 
#define OWNER_OWNER   TQ_WORKER_F
 
#define OWNER_OWNER_HELPER   TQ_HELPER_A
 

Typedefs

typedef ScoreTqReqTimeoutPriorityInherit_Context Context
 

Functions

void ScoreTqReqTimeoutPriorityInherit_Run (TQContext *tq_ctx)
 Runs the parameterized test case.