MCPcopy 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
156int 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

cbm_diag_stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected