| 617 | } |
| 618 | |
| 619 | static 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 | |
| 630 | static inline int |
| 631 | test_timer_arm_multicore(void) |
nothing calls this directly
no test coverage detected