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

Function test_app_get_completed_events

dpdk/app/test/test_dispatcher.c:782–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782static int
783test_app_get_completed_events(struct test_app *app)
784{
785 return rte_atomic_load_explicit(&app->completed_events,
786 rte_memory_order_relaxed);
787}
788
789static int
790test_app_get_errors(struct test_app *app)

Callers 1

test_basicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected