Home
last modified time | relevance | path

Searched defs:test_exec_data (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/kyua/engine/
H A Dscheduler.cpp200 struct test_exec_data : public exec_data { struct
202 const std::shared_ptr< scheduler::interface > interface;
207 const config::tree user_config;
213 bool needs_cleanup;
219 bool needs_execenv_cleanup;
225 pid_t pid;
232 optional< executor::exit_handle > exit_handle;
240 test_exec_data(const model::test_program_ptr test_program_, in test_exec_data() argument