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

Function lock_node

src/sort.c:3601–3605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3599/* Lock a merge tree NODE. */
3600
3601static inline void
3602lock_node (struct merge_node *node)
3603{
3604 pthread_mutex_lock (&node->lock);
3605}
3606
3607/* Unlock a merge tree NODE. */
3608

Callers 2

queue_popFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected