Home
last modified time | relevance | path

Searched defs:exit_handle (Results 1 – 6 of 6) 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() 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 …]
H A Dexecutor.hpp143 class exit_handle { class
H A Dexecutor.cpp395 executor::exit_handle::exit_handle(std::shared_ptr< impl > pimpl) : in exit_handle() function in executor::exit_handle
/freebsd/contrib/kyua/utils/
H A Dstacktrace_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
H A Dstacktrace.cpp289 const executor::exit_handle& exit_handle) in dump_stacktrace()
363 const executor::exit_handle& exit_handle) in dump_stacktrace_if_available()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp233 optional< executor::exit_handle > exit_handle; member
1242 executor::exit_handle exit_handle = _pimpl->generic.wait(exec_handle); in list_tests() local