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

Function cbm_mutex_lock

src/foundation/compat_thread.c:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void cbm_mutex_lock(cbm_mutex_t *m) {
207 EnterCriticalSection(&m->cs);
208}
209
210void cbm_mutex_unlock(cbm_mutex_t *m) {
211 LeaveCriticalSection(&m->cs);

Callers 15

ensure_pretrained_mapFunction · 0.85
cbm_progress_sink_initFunction · 0.85
cbm_progress_sink_finiFunction · 0.85
cbm_progress_sink_fnFunction · 0.85
watcher_git_runFunction · 0.85
cbm_watcher_freeFunction · 0.85
cbm_watcher_watchFunction · 0.85
cbm_watcher_unwatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected