51#ifndef _TR_TQ_FLUSH_FIFO_H
52#define _TR_TQ_FLUSH_FIFO_H
67 ScoreTqReqFlushFifo_Pre_MayStop_Yes,
68 ScoreTqReqFlushFifo_Pre_MayStop_No,
69 ScoreTqReqFlushFifo_Pre_MayStop_NA
70} ScoreTqReqFlushFifo_Pre_MayStop;
73 ScoreTqReqFlushFifo_Pre_QueueEmpty_Yes,
74 ScoreTqReqFlushFifo_Pre_QueueEmpty_No,
75 ScoreTqReqFlushFifo_Pre_QueueEmpty_NA
76} ScoreTqReqFlushFifo_Pre_QueueEmpty;
79 ScoreTqReqFlushFifo_Pre_Stop_Yes,
80 ScoreTqReqFlushFifo_Pre_Stop_No,
81 ScoreTqReqFlushFifo_Pre_Stop_NA
82} ScoreTqReqFlushFifo_Pre_Stop;
85 ScoreTqReqFlushFifo_Pre_WaitState_Blocked,
86 ScoreTqReqFlushFifo_Pre_WaitState_IntendToBlock,
87 ScoreTqReqFlushFifo_Pre_WaitState_NA
88} ScoreTqReqFlushFifo_Pre_WaitState;
91 ScoreTqReqFlushFifo_Post_Operation_Nop,
92 ScoreTqReqFlushFifo_Post_Operation_ExtractAll,
93 ScoreTqReqFlushFifo_Post_Operation_ExtractPartial,
94 ScoreTqReqFlushFifo_Post_Operation_NA
95} ScoreTqReqFlushFifo_Post_Operation;
void ScoreTqReqFlushFifo_Run(TQContext *tq_ctx, bool may_stop)
Runs the parameterized test case.
Definition: tr-tq-flush-fifo.c:641
Definition: tx-thread-queue.h:148
This header file provides the functions to test the Thread Queue Handler.