Searched refs:wait_any (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/process/
H A Doperations.hpp50 status wait_any(void);
H A Dexecutor_test.cpp385 executor::exit_handle exit_handle = handle.wait_any();
423 executor::exit_handle exit_handle = handle.wait_any();
456 executor::exit_handle exit_handle = handle.wait_any();
490 executor::exit_handle exit_handle = handle.wait_any();
525 executor::exit_handle exit_handle = handle.wait_any();
544 executor::exit_handle exit_handle = handle.wait_any();
565 executor::exit_handle exit_1_handle = handle.wait_any();
569 executor::exit_handle exit_2_handle = handle.wait_any();
582 executor::exit_handle exit_3_handle = handle.wait_any();
660 executor::exit_handle exit_handle = handle.wait_any();
[all...]
H A Doperations_test.cpp407 const process::status status = process::wait_any();
422 const process::status status = process::wait_any();
439 const process::status status = process::wait_any();
H A Dexecutor.hpp45 /// 3) Call wait() or wait_any() to wait for completion of a process started
47 /// 4) Use the returned exit_handle object by wait() or wait_any() to query
54 /// spawn() and spawn_followup() are balanced with wait() and wait_any() calls.
217 exit_handle wait_any(void);
H A Doperations.cpp265 process::wait_any(void) function in class:process
H A Dexecutor.cpp276 /// Timestamp of when wait() or wait_any() returned this object.
315 /// \param end_time_ Timestamp of when wait() or wait_any() returned this
476 /// Returns the timestamp of when wait() or wait_any() returned this object.
848 executor::executor_handle::wait_any(void) function in class:executor::executor_handle
851 const process::status status = process::wait_any();
/freebsd-13-stable/contrib/kyua/admin/
H A Dcheck-api-docs.awk45 /engine\/scheduler\.hpp.*Member wait_any\(void\)/ {next}
/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler_test.cpp576 scheduler::result_handle_ptr result_handle = handle.wait_any();
658 scheduler::result_handle_ptr result_handle = handle.wait_any();
713 scheduler::result_handle_ptr result_handle = handle.wait_any();
744 scheduler::result_handle_ptr result_handle = handle.wait_any();
795 scheduler::result_handle_ptr result_handle = handle.wait_any();
825 scheduler::result_handle_ptr result_handle = handle.wait_any();
863 scheduler::result_handle_ptr result_handle = handle.wait_any();
942 scheduler::result_handle_ptr result_handle = handle.wait_any();
972 scheduler::result_handle_ptr result_handle = handle.wait_any();
1007 scheduler::result_handle_ptr result_handle = handle.wait_any();
[all...]
H A Dplain_test.cpp98 scheduler::result_handle_ptr result_handle = handle.wait_any();
H A Dscheduler.hpp252 result_handle_ptr wait_any(void);
H A Dtap_test.cpp98 scheduler::result_handle_ptr result_handle = handle.wait_any();
H A Dscheduler.cpp898 /// of the execution returned by wait_any() with this invocation.
1081 /// If there indeed is a cleanup routine, we trigger it at wait_any() time.
1088 /// the execution returned by wait_any() with this invocation.
1139 scheduler::scheduler_handle::wait_any(void) function in class:scheduler::scheduler_handle
1143 executor::exit_handle handle = _pimpl->generic.wait_any();
1219 return wait_any();
1294 result_handle_ptr result_handle = wait_any();
H A Datf_test.cpp149 scheduler::result_handle_ptr result_handle = handle.wait_any();
/freebsd-13-stable/contrib/kyua/drivers/
H A Drun_tests.cpp315 scheduler::result_handle_ptr result_handle = handle.wait_any();
335 scheduler::result_handle_ptr result_handle = handle.wait_any();

Completed in 137 milliseconds