Lines Matching defs:impl
615 struct engine::scheduler::lazy_test_program::impl : utils::noncopyable { struct in engine::scheduler::lazy_test_program
617 bool _loaded;
620 config::tree _user_config;
623 scheduler::scheduler_handle& _scheduler_handle;
631 impl(const config::tree& user_config_, in impl() function
816 struct engine::scheduler::test_result_handle::impl : utils::noncopyable { struct in engine::scheduler::test_result_handle
818 model::test_program_ptr test_program;
821 std::string test_case_name;
824 const model::test_result test_result;
831 impl(const model::test_program_ptr test_program_, in impl() argument
890 struct engine::scheduler::scheduler_handle::impl : utils::noncopyable { struct in engine::scheduler::scheduler_handle
892 executor::executor_handle generic;
895 exec_data_map all_exec_data;
898 typedef std::vector< const test_exec_data* > test_exec_data_vector;
901 impl(void) : generic(executor::setup()) in impl() argument
909 ~impl(void) in ~impl()
949 tests_needing_cleanup(void) in tests_needing_cleanup()
980 tests_needing_execenv_cleanup(void) in tests_needing_execenv_cleanup()
1010 sync_cleanup(const test_exec_data* test_data) in sync_cleanup()
1037 spawn_cleanup(const model::test_program_ptr test_program, in spawn_cleanup()
1072 sync_execenv_cleanup(const test_exec_data* test_data) in sync_execenv_cleanup()
1097 spawn_execenv_cleanup(const model::test_program_ptr test_program, in spawn_execenv_cleanup()