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

Function service_mt_safe

dpdk/lib/eal/common/rte_service.c:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static inline int
179service_mt_safe(struct rte_service_spec_impl *s)
180{
181 return !!(s->spec.capabilities & RTE_SERVICE_CAP_MT_SAFE);
182}
183
184int32_t
185rte_service_set_stats_enable(uint32_t id, int32_t enabled)

Callers 1

service_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected