| 5 | #include "test_order_common.h" |
| 6 | |
| 7 | int |
| 8 | order_test_result(struct evt_test *test, struct evt_options *opt) |
| 9 | { |
| 10 | RTE_SET_USED(opt); |
| 11 | struct test_order *t = evt_test_priv(test); |
| 12 | |
| 13 | return t->result; |
| 14 | } |
| 15 | |
| 16 | static inline int |
| 17 | order_producer(void *arg) |
nothing calls this directly
no test coverage detected