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

Function cbm_mutex_init

src/foundation/compat_thread.c:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199#ifdef _WIN32
200
201void cbm_mutex_init(cbm_mutex_t *m) {
202 InitializeCriticalSection(&m->cs);
203}
204
205void cbm_mutex_lock(cbm_mutex_t *m) {
206 EnterCriticalSection(&m->cs);

Callers 15

ensure_pretrained_mapFunction · 0.85
cbm_watcher_newFunction · 0.85
cbm_mcp_server_newFunction · 0.85
mem_phase_enabledFunction · 0.85
cbm_mem_profile_enabledFunction · 0.85
cbm_lock_registry_newFunction · 0.85
cbm_ui_log_initFunction · 0.85
cbm_httpd_listenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected