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

Function watcher_blocked_run_thread

tests/test_watcher.c:859–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857} watcher_blocked_run_t;
858
859static void *watcher_blocked_run_thread(void *opaque) {
860 watcher_blocked_run_t *run = opaque;
861 (void)cbm_watcher_run(run->watcher, 10);
862 atomic_store_explicit(&run->completed, true, memory_order_release);
863 return NULL;
864}
865
866static bool watcher_test_self_image(char out[CBM_SZ_4K]) {
867#ifdef __APPLE__

Callers

nothing calls this directly

Calls 1

cbm_watcher_runFunction · 0.85

Tested by

no test coverage detected