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

Function signal_workers_to_finish

dpdk/app/test/test_trace_perf.c:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static void
76signal_workers_to_finish(struct test_data *data)
77{
78 unsigned int workers;
79
80 for (workers = 0; workers < data->nb_workers; workers++) {
81 data->ldata[workers].done = 1;
82 }
83}
84
85#define WORKER_DEFINE(func) \
86static void __rte_noinline \

Callers 1

WORKER_DEFINEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected