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

Function ng_leave_write

lib/ff_ng_base.c:2171–2175  ·  view source on GitHub ↗

Release writer lock. */

Source from the content-addressed store, hash-verified

2169
2170/* Release writer lock. */
2171static __inline void
2172ng_leave_write(node_p node)
2173{
2174 atomic_clear_rel_int(&node->nd_input_queue.q_flags, WRITER_ACTIVE);
2175}
2176
2177/* Purge node queue. Called on node shutdown. */
2178static void

Callers 1

ng_apply_itemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected