Home
last modified time | relevance | path

Searched refs:wait_any (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Dexecutor_test.cpp385 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
423 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
456 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
490 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
525 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
544 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
565 executor::exit_handle exit_1_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
569 executor::exit_handle exit_2_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
582 executor::exit_handle exit_3_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
660 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
[all …]
H A Doperations.hpp50 status wait_any(void);
H A Doperations_test.cpp407 const process::status status = process::wait_any(); in ATF_TEST_CASE_BODY()
422 const process::status status = process::wait_any(); in ATF_TEST_CASE_BODY()
439 const process::status status = process::wait_any(); in ATF_TEST_CASE_BODY()
H A Doperations.cpp265 process::wait_any(void) in wait_any() function in process
H A Dexecutor.hpp217 exit_handle wait_any(void);
H A Dexecutor.ipp115 /// the execution returned by wait_any() with this invocation.
159 /// the execution returned by wait_any() with this invocation.
H A Dexecutor.cpp902 executor::executor_handle::wait_any(void) in wait_any() function in executor::executor_handle
905 const process::status status = process::wait_any(); in wait_any()
/freebsd/contrib/kyua/engine/
H A Dscheduler_test.cpp576 scheduler::result_handle_ptr result_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
658 scheduler::result_handle_ptr result_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
713 scheduler::result_handle_ptr result_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
744 scheduler::result_handle_ptr result_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
795 scheduler::result_handle_ptr result_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
825 scheduler::result_handle_ptr result_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
863 scheduler::result_handle_ptr result_handle = handle.wait_any(); in do_cleanup_test()
942 scheduler::result_handle_ptr result_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
972 scheduler::result_handle_ptr result_handle = handle.wait_any(); in ATF_TEST_CASE_BODY()
1007 scheduler::result_handle_ptr result_handle = handle.wait_any(); in do_check_list_files_on_failure()
[all …]
H A Dscheduler.cpp1331 scheduler::scheduler_handle::wait_any(void) in wait_any() function in scheduler::scheduler_handle
1335 executor::exit_handle handle = _pimpl->generic.wait_any(); in wait_any()
1413 return wait_any(); in wait_any()
1422 return wait_any(); in wait_any()
1485 return wait_any(); in wait_any()
1560 result_handle_ptr result_handle = wait_any(); in debug_test()
H A Dscheduler.hpp252 result_handle_ptr wait_any(void);
H A Dplain_test.cpp98 scheduler::result_handle_ptr result_handle = handle.wait_any(); in run_one()
H A Dtap_test.cpp98 scheduler::result_handle_ptr result_handle = handle.wait_any(); in run_one()
H A Datf_test.cpp149 scheduler::result_handle_ptr result_handle = handle.wait_any(); in run_one()
/freebsd/contrib/kyua/admin/
H A Dcheck-api-docs.awk45 /engine\/scheduler\.hpp.*Member wait_any\(void\)/ {next}
/freebsd/contrib/kyua/drivers/
H A Drun_tests.cpp315 scheduler::result_handle_ptr result_handle = handle.wait_any(); in drive()
335 scheduler::result_handle_ptr result_handle = handle.wait_any(); in drive()