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

Function cbm_mutex_destroy

src/foundation/compat_thread.c:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected