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

Function graph_spinlock_lock

dpdk/lib/graph/graph.c:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void
83graph_spinlock_lock(void)
84{
85 rte_spinlock_lock(graph_spinlock_get());
86}
87
88void
89graph_spinlock_unlock(void)

Callers 9

__rte_node_registerFunction · 0.85
rte_node_edge_shrinkFunction · 0.85
rte_node_edge_updateFunction · 0.85
rte_node_edge_getFunction · 0.85
rte_graph_createFunction · 0.85
rte_graph_destroyFunction · 0.85
graph_cloneFunction · 0.85

Calls 2

graph_spinlock_getFunction · 0.85
rte_spinlock_lockFunction · 0.50

Tested by

no test coverage detected