RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Enumerations | Functions
#include <rtems.h>
#include <string.h>
#include "tr-tq-flush-fifo.h"
#include "tr-tq-flush-priority-inherit.h"
#include "tr-tq-flush-priority.h"
#include "tx-support.h"
#include "tx-thread-queue.h"
#include <rtems/test.h>

Data Structures

struct  RtemsSemReqFlush_Entry
 
struct  RtemsSemReqFlush_Context
 Test context for spec:/rtems/sem/req/flush test case. More...
 

Macros

#define NAME   rtems_build_name( 'T', 'E', 'S', 'T' )
 

Typedefs

typedef RtemsSemReqFlush_Context Context
 

Enumerations

enum  RtemsSemReqFlush_Pre_Class {
  RtemsSemReqFlush_Pre_Class_Counting , RtemsSemReqFlush_Pre_Class_Simple , RtemsSemReqFlush_Pre_Class_Binary , RtemsSemReqFlush_Pre_Class_PrioCeiling ,
  RtemsSemReqFlush_Pre_Class_PrioInherit , RtemsSemReqFlush_Pre_Class_MrsP , RtemsSemReqFlush_Pre_Class_NA
}
 
enum  RtemsSemReqFlush_Pre_Discipline { RtemsSemReqFlush_Pre_Discipline_FIFO , RtemsSemReqFlush_Pre_Discipline_Priority , RtemsSemReqFlush_Pre_Discipline_NA }
 
enum  RtemsSemReqFlush_Pre_Id { RtemsSemReqFlush_Pre_Id_Valid , RtemsSemReqFlush_Pre_Id_Invalid , RtemsSemReqFlush_Pre_Id_NA }
 
enum  RtemsSemReqFlush_Post_Action {
  RtemsSemReqFlush_Post_Action_InvId , RtemsSemReqFlush_Post_Action_NotDef , RtemsSemReqFlush_Post_Action_FlushFIFO , RtemsSemReqFlush_Post_Action_FlushPriority ,
  RtemsSemReqFlush_Post_Action_FlushPriorityCeiling , RtemsSemReqFlush_Post_Action_FlushPriorityInherit , RtemsSemReqFlush_Post_Action_NA
}
 

Functions

 T_TEST_CASE_FIXTURE (RtemsSemReqFlush, &RtemsSemReqFlush_Fixture)