Home
last modified time | relevance | path

Searched defs:exit_handle (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/process/
HDexecutor_test.cpp385 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
423 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
456 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
490 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
525 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
544 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
633 executor::exit_handle exit_handle = handle.wait(exec_handle); in ATF_TEST_CASE_BODY() local
660 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
667 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
678 executor::exit_handle exit_handle = handle.wait_any(); in ATF_TEST_CASE_BODY() local
[all …]
HDexecutor.hpp143 class exit_handle { class
HDexecutor.cpp393 executor::exit_handle::exit_handle(std::shared_ptr< impl > pimpl) : in exit_handle() function in executor::exit_handle
/freebsd-13-stable/contrib/kyua/utils/
HDstacktrace_test.cpp201 const executor::exit_handle exit_handle = executor_handle.wait(exec_handle); in generate_core() local
371 executor::exit_handle exit_handle = generate_core(this, "short", handle); in ATF_TEST_CASE_BODY() local
400 executor::exit_handle exit_handle = generate_core(this, "short", handle); in ATF_TEST_CASE_BODY() local
434 executor::exit_handle exit_handle = generate_core(this, "short", handle); in ATF_TEST_CASE_BODY() local
467 executor::exit_handle exit_handle = generate_core(this, "short", handle); in ATF_TEST_CASE_BODY() local
489 executor::exit_handle exit_handle = generate_core(this, "short", handle); in ATF_TEST_CASE_BODY() local
517 executor::exit_handle exit_handle = generate_core(this, "short", handle); in ATF_TEST_CASE_BODY() local
539 executor::exit_handle exit_handle = generate_core(this, "short", handle); in ATF_TEST_CASE_BODY() local
564 executor::exit_handle exit_handle = handle.wait(exec_handle); in ATF_TEST_CASE_BODY() local
582 executor::exit_handle exit_handle = handle.wait(exec_handle); in ATF_TEST_CASE_BODY() local
HDstacktrace.cpp289 const executor::exit_handle& exit_handle) in dump_stacktrace()
363 const executor::exit_handle& exit_handle) in dump_stacktrace_if_available()
/freebsd-13-stable/contrib/kyua/engine/
HDscheduler.cpp214 optional< executor::exit_handle > exit_handle; member
1049 executor::exit_handle exit_handle = _pimpl->generic.wait(exec_handle); in list_tests() local