Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
void cbm_mutex_lock(cbm_mutex_t *m) {
207
EnterCriticalSection(&m->cs);
208
}
209
210
void cbm_mutex_unlock(cbm_mutex_t *m) {
211
LeaveCriticalSection(&m->cs);
Callers
15
main_local_maintenance_server_bind
Function · 0.85
main_local_command_cancel
Function · 0.85
main_local_maintenance_was_cancelled
Function · 0.85
ensure_pretrained_map
Function · 0.85
cbm_progress_sink_init
Function · 0.85
cbm_progress_sink_fini
Function · 0.85
cbm_progress_sink_fn
Function · 0.85
watcher_git_run
Function · 0.85
cbm_watcher_free
Function · 0.85
cbm_watcher_set_project_mutation_guard
Function · 0.85
cbm_watcher_watch
Function · 0.85
cbm_watcher_unwatch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected