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:213–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
void cbm_mutex_destroy(cbm_mutex_t *m) {
214
DeleteCriticalSection(&m->cs);
215
}
216
217
#else /* POSIX */
218
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