MCPcopy 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 */
74static bool LOCK(void)
75{
76 return (mutex_lock(&mutex) == 0);
77}
78static void UNLOCK(void)
79{
80 mutex_unlock(&mutex);

Callers 2

entryFunction · 0.85
finiFunction · 0.85

Calls 1

mutex_lockFunction · 0.85

Tested by

no test coverage detected