Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp201 struct test_exec_data : public exec_data { struct
203 const std::shared_ptr< scheduler::interface > interface;
208 const config::tree user_config;
214 bool needs_cleanup;
220 bool needs_execenv_cleanup;
226 pid_t pid;
233 optional< executor::exit_handle > exit_handle;
241 test_exec_data(const model::test_program_ptr test_program_, in test_exec_data() argument