MCPcopy Create free account
hub / github.com/coreutils/coreutils / unlock_node

Function unlock_node

src/sort.c:3609–3613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3607/* Unlock a merge tree NODE. */
3608
3609static inline void
3610unlock_node (struct merge_node *node)
3611{
3612 pthread_mutex_unlock (&node->lock);
3613}
3614
3615/* Destroy merge QUEUE. */
3616

Callers 2

merge_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected