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:214–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void cbm_mutex_destroy(cbm_mutex_t *m) {
215
DeleteCriticalSection(&m->cs);
216
}
217
218
#else /* POSIX */
219
Callers
15
main_local_maintenance_context_destroy
Function · 0.85
cbm_watcher_free
Function · 0.85
cbm_mcp_server_free
Function · 0.85
cbm_lock_registry_new
Function · 0.85
cbm_lock_registry_free
Function · 0.85
cbm_httpd_close
Function · 0.85
cbm_daemon_ipc_endpoint_free
Function · 0.85
cbm_daemon_application_new
Function · 0.85
cbm_daemon_application_free_with_timeout
Function · 0.85
cbm_daemon_frontend_mcp_run
Function · 0.85
runtime_service_destroy_unstarted
Function · 0.85
cbm_daemon_runtime_service_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected