Searched refs:exec_cleanup (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/kyua/engine/
H A Datf.hpp56 void exec_cleanup(const model::test_program&, const std::string&,
H A Datf.cpp207 engine::atf_interface::exec_cleanup( function in class:engine::atf_interface
H A Dscheduler.hpp144 virtual void exec_cleanup(const model::test_program& test_program,
H A Dscheduler.cpp489 _interface->exec_cleanup(_test_program, _test_case_name, vars,
513 scheduler::interface::exec_cleanup( function in class:scheduler::interface
521 UNREACHABLE_MSG("exec_cleanup not implemented for an interface that "
H A Dscheduler_test.cpp362 exec_cleanup(const model::test_program& /* test_program */, function in class:__anon968::mock_interface
367 std::cout << "exec_cleanup was called\n";
834 ATF_REQUIRE(!atf::utils::grep_file("exec_cleanup was called",
870 "exec_cleanup was called\n"));
/freebsd-13-stable/sys/sys/
H A Dimgact.h115 void exec_cleanup(struct thread *td, struct vmspace *);
/freebsd-13-stable/contrib/atf/atf-c/
H A Dcheck_test.c330 ATF_TC(exec_cleanup); variable
331 ATF_TC_HEAD(exec_cleanup, tc)
336 ATF_TC_BODY(exec_cleanup, tc)
514 ATF_TP_ADD_TC(tp, exec_cleanup);
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp243 ATF_TEST_CASE(exec_cleanup); variable
244 ATF_TEST_CASE_HEAD(exec_cleanup)
249 ATF_TEST_CASE_BODY(exec_cleanup)
390 ATF_ADD_TEST_CASE(tcs, exec_cleanup);
/freebsd-13-stable/contrib/netbsd-tests/lib/librumpclient/
H A Dt_exec.sh73 exec_cleanup() function
/freebsd-13-stable/sys/kern/
H A Dkern_exec.c334 exec_cleanup(td, oldvmspace);
961 exec_cleanup(td, oldvmspace);
981 exec_cleanup(struct thread *td, struct vmspace *oldvmspace) function
H A Dinit_main.c774 exec_cleanup(td, oldvmspace);

Completed in 116 milliseconds