Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
static inline int
179
service_mt_safe(struct rte_service_spec_impl *s)
180
{
181
return !!(s->spec.capabilities & RTE_SERVICE_CAP_MT_SAFE);
182
}
183
184
int32_t
185
rte_service_set_stats_enable(uint32_t id, int32_t enabled)
Callers
1
service_run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected