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

Function cbm_thread_detach

src/foundation/compat_thread.c:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int cbm_thread_detach(cbm_thread_t *t) {
156 if (t->handle) {
157 CloseHandle(t->handle);
158 t->handle = NULL;
159 }
160 return 0;
161}
162
163#else /* POSIX */
164

Callers 3

cbm_diag_stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected