MCPcopy Create free account
hub / github.com/F-Stack/f-stack / order_test_result

Function order_test_result

dpdk/app/test-eventdev/test_order_common.c:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "test_order_common.h"
6
7int
8order_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
16static inline int
17order_producer(void *arg)

Callers

nothing calls this directly

Calls 1

evt_test_privFunction · 0.85

Tested by

no test coverage detected