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

Function test_timer_secondary

dpdk/app/test/test_timer_secondary.c:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#ifdef RTE_EXEC_ENV_WINDOWS
20int
21test_timer_secondary(void)
22{
23 printf("timer_secondary not supported on Windows, skipping test\n");
24 return TEST_SKIPPED;
25}
26#else
27
28#include "process.h"

Callers

nothing calls this directly

Calls 15

rte_eal_process_typeFunction · 0.85
rte_lcore_countFunction · 0.85
rte_memzone_reserveFunction · 0.85
rte_mempool_createFunction · 0.85
rte_socket_idFunction · 0.85
rte_timer_data_allocFunction · 0.85
rte_get_main_lcoreFunction · 0.85
rte_get_next_lcoreFunction · 0.85
rte_eal_remote_launchFunction · 0.85
rte_delay_msFunction · 0.85
rte_eal_wait_lcoreFunction · 0.85

Tested by

no test coverage detected