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

Function rte_mp_disable

dpdk/lib/eal/common/eal_common_proc.c:1292–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290}
1291
1292bool
1293rte_mp_disable(void)
1294{
1295 return set_mp_status(MP_STATUS_DISABLED);
1296}
1297
1298bool
1299__rte_mp_enable(void)

Callers 1

rte_thread_registerFunction · 0.70

Calls 1

set_mp_statusFunction · 0.85

Tested by

no test coverage detected