MCPcopy Create free account
hub / github.com/ashaduri/gsmartcontrol / cmdex_on_kill_timeout

Function cmdex_on_kill_timeout

src/applib/async_command_executor.cpp:78–84  ·  view source on GitHub ↗

Child process kill timeout handler

Source from the content-addressed store, hash-verified

76
77 /// Child process kill timeout handler
78 inline gboolean cmdex_on_kill_timeout(gpointer data)
79 {
80 DBG_FUNCTION_ENTER_MSG;
81 auto* self = static_cast<AsyncCommandExecutor*>(data);
82 self->try_stop(hz::Signal::Kill);
83 return FALSE; // one-time call
84 }
85
86
87

Callers

nothing calls this directly

Calls 1

try_stopMethod · 0.45

Tested by

no test coverage detected