51#ifndef _TR_TQ_SURRENDER_H
52#define _TR_TQ_SURRENDER_H
67 ScoreTqReqSurrender_Pre_HasOwner_Yes,
68 ScoreTqReqSurrender_Pre_HasOwner_No,
69 ScoreTqReqSurrender_Pre_HasOwner_NA
70} ScoreTqReqSurrender_Pre_HasOwner;
73 ScoreTqReqSurrender_Pre_Discipline_FIFO,
74 ScoreTqReqSurrender_Pre_Discipline_Priority,
75 ScoreTqReqSurrender_Pre_Discipline_NA
76} ScoreTqReqSurrender_Pre_Discipline;
79 ScoreTqReqSurrender_Pre_WaitState_Blocked,
80 ScoreTqReqSurrender_Pre_WaitState_IntendToBlock,
81 ScoreTqReqSurrender_Pre_WaitState_NA
82} ScoreTqReqSurrender_Pre_WaitState;
85 ScoreTqReqSurrender_Post_Dequeue_FIFO,
86 ScoreTqReqSurrender_Post_Dequeue_Priority,
87 ScoreTqReqSurrender_Post_Dequeue_NA
88} ScoreTqReqSurrender_Post_Dequeue;
91 ScoreTqReqSurrender_Post_Unblock_Yes,
92 ScoreTqReqSurrender_Post_Unblock_No,
93 ScoreTqReqSurrender_Post_Unblock_NA
94} ScoreTqReqSurrender_Post_Unblock;
void ScoreTqReqSurrender_Run(TQContext *tq_ctx)
Runs the parameterized test case.
Definition: tr-tq-surrender.c:645
Definition: tx-thread-queue.h:148
This header file provides the functions to test the Thread Queue Handler.