Searched refs:exec_cleanup (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/atf/atf-c++/ |
H A D | check_test.cpp | 243 ATF_TEST_CASE(exec_cleanup); 244 ATF_TEST_CASE_HEAD(exec_cleanup) in ATF_TEST_CASE_HEAD() argument 249 ATF_TEST_CASE_BODY(exec_cleanup) in ATF_TEST_CASE_BODY() argument 390 ATF_ADD_TEST_CASE(tcs, exec_cleanup); in ATF_INIT_TEST_CASES()
|
/freebsd/contrib/atf/atf-c/ |
H A D | check_test.c | 330 ATF_TC(exec_cleanup); 331 ATF_TC_HEAD(exec_cleanup, tc) in ATF_TC_HEAD() argument 336 ATF_TC_BODY(exec_cleanup, tc) in ATF_TC_BODY() argument 510 ATF_TP_ADD_TC(tp, exec_cleanup); in ATF_TP_ADD_TCS()
|
/freebsd/contrib/kyua/engine/ |
H A D | atf.hpp | 56 void exec_cleanup(const model::test_program&, const std::string&,
|
H A D | scheduler.hpp | 144 virtual void exec_cleanup(const model::test_program& test_program,
|
H A D | atf.cpp | 213 engine::atf_interface::exec_cleanup( in exec_cleanup() function in engine::atf_interface
|
H A D | scheduler.cpp | 544 _interface->exec_cleanup(_test_program, _test_case_name, vars, in operator ()() 602 scheduler::interface::exec_cleanup( in exec_cleanup() function in scheduler::interface
|
H A D | scheduler_test.cpp | 362 exec_cleanup(const model::test_program& /* test_program */, in exec_cleanup() function in __anonec2501de0111::mock_interface
|
/freebsd/sys/sys/ |
H A D | imgact.h | 115 void exec_cleanup(struct thread *td, struct vmspace *);
|
/freebsd/contrib/netbsd-tests/lib/librumpclient/ |
H A D | t_exec.sh | 73 exec_cleanup() function
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 340 exec_cleanup(td, oldvmspace); in post_execve() 1043 exec_cleanup(td, oldvmspace); in do_execve() 1063 exec_cleanup(struct thread *td, struct vmspace *oldvmspace) in exec_cleanup() function
|
H A D | init_main.c | 787 exec_cleanup(td, oldvmspace); in start_init()
|