MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_mutex_destroy

Function cbm_mutex_destroy

src/foundation/compat_thread.c:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void cbm_mutex_destroy(cbm_mutex_t *m) {
120 DeleteCriticalSection(&m->cs);
121}
122
123#else /* POSIX */
124

Callers 2

cbm_watcher_freeFunction · 0.85
cbm_parallel_resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected