| 86 | }; |
| 87 | |
| 88 | std::unique_ptr<platf::deinit_t> init() { |
| 89 | return std::make_unique<deinit_t>(); |
| 90 | } |
| 91 | |
| 92 | void terminate_process_group(boost::process::v1::child &proc, boost::process::v1::group &group, std::chrono::seconds exit_timeout) { |
| 93 | if (group.valid() && platf::process_group_running((std::uintptr_t) group.native_handle())) { |
nothing calls this directly
no outgoing calls
no test coverage detected