Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3609
static inline void
3610
unlock_node (struct merge_node *node)
3611
{
3612
pthread_mutex_unlock (&node->lock);
3613
}
3614
3615
/* Destroy merge QUEUE. */
3616
Callers
2
queue_check_insert_parent
Function · 0.85
merge_loop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected