Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void cbm_mutex_destroy(cbm_mutex_t *m) {
120
DeleteCriticalSection(&m->cs);
121
}
122
123
#else /* POSIX */
124
Callers
2
cbm_watcher_free
Function · 0.85
cbm_parallel_resolve
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected