Home
last modified time | relevance | path

Searched defs:exec_handle (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Dscheduler_fwd.hpp45 typedef int exec_handle; typedef
H A Dscheduler_test.cpp573 const scheduler::exec_handle exec_handle = handle.spawn_test( in ATF_TEST_CASE_BODY() local
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
741 const scheduler::exec_handle exec_handle = handle.spawn_test( in ATF_TEST_CASE_BODY() local
H A Dscheduler.cpp1238 const executor::exec_handle exec_handle = _pimpl->generic.spawn( in list_tests() local
1558 const exec_handle exec_handle = spawn_test( in debug_test() local
/freebsd/contrib/kyua/utils/process/
H A Dexecutor_test.cpp321 const executor::exec_handle exec_handle = handle.spawn< Hook >( in do_spawn() local
383 const executor::exec_handle exec_handle = do_spawn(handle, child_exit(41)); in ATF_TEST_CASE_BODY() local
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
H A Dexecutor.hpp114 class exec_handle { class
H A Dexecutor.cpp195 executor::exec_handle::exec_handle(std::shared_ptr< impl > pimpl) : in exec_handle() function in executor::exec_handle
890 executor::executor_handle::wait(const exec_handle exec_handle) in wait()
/freebsd/contrib/kyua/utils/
H A Dstacktrace_test.cpp199 const executor::exec_handle exec_handle = executor_handle.spawn( in generate_core() local
562 const executor::exec_handle exec_handle = handle.spawn( in ATF_TEST_CASE_BODY() local
580 const executor::exec_handle exec_handle = handle.spawn( in ATF_TEST_CASE_BODY() local
H A Dstacktrace.cpp321 const executor::exec_handle exec_handle = in dump_stacktrace() local
/freebsd/contrib/kyua/drivers/
H A Drun_tests.cpp182 const scheduler::exec_handle exec_handle = handle.spawn_test( in start_test() local