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

Function cbm_mutex_destroy

src/foundation/compat_thread.c:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void cbm_mutex_destroy(cbm_mutex_t *m) {
214 DeleteCriticalSection(&m->cs);
215}
216
217#else /* POSIX */
218

Calls

no outgoing calls

Tested by

no test coverage detected