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

Function _arm_wrapper

dpdk/app/test/test_event_timer_adapter.c:619–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619static int
620_arm_wrapper(void *arg)
621{
622 RTE_SET_USED(arg);
623
624 TEST_ASSERT_SUCCESS(_arm_timers(20, MAX_TIMERS),
625 "Failed to arm timers");
626
627 return TEST_SUCCESS;
628}
629
630static inline int
631test_timer_arm_multicore(void)

Callers

nothing calls this directly

Calls 1

_arm_timersFunction · 0.85

Tested by

no test coverage detected