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

Function plock_unlock

dpdk/app/test/test_barrier.c:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static void
105plock_unlock(struct plock *l, uint32_t self)
106{
107 rte_smp_wmb();
108 l->flag[self] = 0;
109}
110
111static void
112plock_reset(struct plock *l, enum plock_use_type utype)

Callers 1

plock_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected