Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_thread_detach
Function
cbm_thread_detach
src/foundation/compat_thread.c:156–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
int cbm_thread_detach(cbm_thread_t *t) {
157
if (t->handle) {
158
CloseHandle(t->handle);
159
t->handle = NULL;
160
}
161
return 0;
162
}
163
164
#else /* POSIX */
165
Callers
3
worker_start_parent_watchdog
Function · 0.85
client_start_parent_watchdog
Function · 0.85
cbm_diag_stop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected