Searched refs:exec_data (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/
H A Dcheck.c150 struct exec_data { struct
160 struct exec_data *ea = v;
175 struct exec_data ea = { argv };
/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp169 struct exec_data : utils::noncopyable { struct in namespace:__anon967
180 exec_data(const model::test_program_ptr test_program_, function in struct:__anon967::exec_data
187 virtual ~exec_data(void)
194 struct test_exec_data : public exec_data {
226 exec_data(test_program_, test_case_name_),
239 struct cleanup_exec_data : public exec_data {
255 /// corresponding to the cleanup routine represented by this exec_data.
257 /// cleanup routine represented by this exec_data.
262 exec_data(test_program_, test_case_name_),
269 /// Shared pointer to exec_data
[all...]

Completed in 99 milliseconds