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

Function graph_spinlock_get

dpdk/lib/graph/graph.c:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76rte_spinlock_t *
77graph_spinlock_get(void)
78{
79 return &graph_lock;
80}
81
82void
83graph_spinlock_lock(void)

Callers 3

graph_private.hFile · 0.85
graph_spinlock_lockFunction · 0.85
graph_spinlock_unlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected