Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ UNLOCK
Function
UNLOCK
examples/cov.c:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
return (mutex_lock(&mutex) == 0);
77
}
78
static void UNLOCK(void)
79
{
80
mutex_unlock(&mutex);
81
}
82
83
/*
84
* BB lookup.
Callers
2
entry
Function · 0.85
fini
Function · 0.85
Calls
1
mutex_unlock
Function · 0.85
Tested by
no test coverage detected