Home
last modified time | relevance | path

Searched refs:exec_handle (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/kyua/utils/process/
H A Dexecutor.cpp193 executor::exec_handle::exec_handle(std::shared_ptr< impl > pimpl) : in exec_handle() function in executor::exec_handle
200 executor::exec_handle::~exec_handle(void) in ~exec_handle()
209 executor::exec_handle::pid(void) const in pid()
640 exec_handle& data = (*iter).second; in post_wait()
785 executor::exec_handle
794 const exec_handle handle(std::shared_ptr< exec_handle::impl >( in spawn_post()
795 new exec_handle::impl( in spawn_post()
830 executor::exec_handle
837 const exec_handle handle(std::shared_ptr< exec_handle::impl >( in spawn_followup_post()
838 new exec_handle::impl( in spawn_followup_post()
[all …]
H A Dexecutor.hpp114 class exec_handle { class
121 exec_handle(std::shared_ptr< impl >);
124 ~exec_handle(void);
185 exec_handle spawn_post(const utils::fs::path&,
193 exec_handle spawn_followup_post(const exit_handle&,
205 exec_handle spawn(Hook,
212 exec_handle spawn_followup(Hook,
216 exit_handle wait(const exec_handle);
H A Dexecutor_test.cpp314 static executor::exec_handle
321 const executor::exec_handle exec_handle = handle.spawn< Hook >( in do_spawn() local
323 return exec_handle; in do_spawn()
383 const executor::exec_handle exec_handle = do_spawn(handle, child_exit(41)); in ATF_TEST_CASE_BODY() local
386 ATF_REQUIRE_EQ(exec_handle.pid(), exit_handle.original_pid()); in ATF_TEST_CASE_BODY()
454 const executor::exec_handle exec_handle = do_spawn(handle, child_print); in ATF_TEST_CASE_BODY() local
485 const executor::exec_handle exec_handle = do_spawn( in ATF_TEST_CASE_BODY() local
631 const executor::exec_handle exec_handle = in ATF_TEST_CASE_BODY() local
652 const executor::exec_handle exec_handle1 = in ATF_TEST_CASE_BODY()
654 const executor::exec_handle exec_handle2 = in ATF_TEST_CASE_BODY()
[all …]
H A Dexecutor_fwd.hpp40 class exec_handle;
H A Dexecutor.ipp117 executor::exec_handle
161 executor::exec_handle
/freebsd-14.2/contrib/kyua/engine/
H A Dscheduler_test.cpp573 const scheduler::exec_handle exec_handle = handle.spawn_test( in ATF_TEST_CASE_BODY() local
580 ATF_REQUIRE_EQ(exec_handle, result_handle->original_pid()); in ATF_TEST_CASE_BODY()
605 std::map< scheduler::exec_handle, model::test_program_ptr > in ATF_TEST_CASE_BODY()
609 std::map< scheduler::exec_handle, int > exp_exit_statuses; in ATF_TEST_CASE_BODY()
627 scheduler::exec_handle exec_handle; in ATF_TEST_CASE_BODY() local
663 const scheduler::exec_handle exec_handle = in ATF_TEST_CASE_BODY() local
667 exec_handle)->second; in ATF_TEST_CASE_BODY()
669 exec_handle)->second; in ATF_TEST_CASE_BODY()
671 exec_handle)->second; in ATF_TEST_CASE_BODY()
741 const scheduler::exec_handle exec_handle = handle.spawn_test( in ATF_TEST_CASE_BODY() local
[all …]
H A Dscheduler.cpp1018 const executor::exec_handle cleanup_handle = spawn_cleanup( in sync_cleanup()
1036 executor::exec_handle
1051 const executor::exec_handle handle = generic.spawn_followup( in spawn_cleanup()
1080 const executor::exec_handle cleanup_handle = spawn_execenv_cleanup( in sync_execenv_cleanup()
1096 executor::exec_handle
1107 const executor::exec_handle handle = generic.spawn_followup( in spawn_execenv_cleanup()
1238 const executor::exec_handle exec_handle = _pimpl->generic.spawn( in list_tests() local
1281 scheduler::exec_handle
1303 const executor::exec_handle handle = _pimpl->generic.spawn( in spawn_test()
1558 const exec_handle exec_handle = spawn_test( in debug_test() local
[all …]
H A Dscheduler_fwd.hpp45 typedef int exec_handle; typedef
H A Dscheduler.hpp249 exec_handle spawn_test(const model::test_program_ptr,
/freebsd-14.2/contrib/kyua/utils/
H A Dstacktrace_test.cpp199 const executor::exec_handle exec_handle = executor_handle.spawn( in generate_core() local
201 const executor::exit_handle exit_handle = executor_handle.wait(exec_handle); in generate_core()
562 const executor::exec_handle exec_handle = handle.spawn( in ATF_TEST_CASE_BODY() local
564 executor::exit_handle exit_handle = handle.wait(exec_handle); in ATF_TEST_CASE_BODY()
580 const executor::exec_handle exec_handle = handle.spawn( in ATF_TEST_CASE_BODY() local
582 executor::exit_handle exit_handle = handle.wait(exec_handle); in ATF_TEST_CASE_BODY()
H A Dstacktrace.cpp321 const executor::exec_handle exec_handle = in dump_stacktrace() local
326 executor_handle.wait(exec_handle); in dump_stacktrace()
/freebsd-14.2/contrib/kyua/drivers/
H A Drun_tests.cpp182 const scheduler::exec_handle exec_handle = handle.spawn_test( in start_test() local
184 return std::make_pair(exec_handle, test_case_id); in start_test()