MCPcopy 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}
78static void UNLOCK(void)
79{
80 mutex_unlock(&mutex);
81}
82
83/*
84 * BB lookup.

Callers 2

entryFunction · 0.85
finiFunction · 0.85

Calls 1

mutex_unlockFunction · 0.85

Tested by

no test coverage detected