Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3601
static inline void
3602
lock_node (struct merge_node *node)
3603
{
3604
pthread_mutex_lock (&node->lock);
3605
}
3606
3607
/* Unlock a merge tree NODE. */
3608
Callers
2
queue_pop
Function · 0.85
queue_check_insert_parent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected