MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ng_leave_read

Function ng_leave_read

lib/ff_ng_base.c:2164–2168  ·  view source on GitHub ↗

Release reader lock. */

Source from the content-addressed store, hash-verified

2162
2163/* Release reader lock. */
2164static __inline void
2165ng_leave_read(node_p node)
2166{
2167 atomic_subtract_rel_int(&node->nd_input_queue.q_flags, READER_INCREMENT);
2168}
2169
2170/* Release writer lock. */
2171static __inline void

Callers 1

ng_apply_itemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected