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