Home
last modified time | relevance | path

Searched refs:bimpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Dscheduler.hpp189 struct bimpl;
193 std::shared_ptr< bimpl > _pbimpl;
197 result_handle(std::shared_ptr< bimpl >);
220 test_result_handle(std::shared_ptr< bimpl >, std::shared_ptr< impl >);
H A Dscheduler.cpp692 struct engine::scheduler::result_handle::bimpl : utils::noncopyable { struct in engine::scheduler::result_handle
709 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) : in bimpl() function
715 ~bimpl(void) in ~bimpl() argument
726 scheduler::result_handle::result_handle(std::shared_ptr< bimpl > pbimpl) : in result_handle()
847 std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) : in test_result_handle()
1529 std::shared_ptr< result_handle::bimpl > result_handle_bimpl( in wait_any()
1530 new result_handle::bimpl(handle, _pimpl->all_exec_data)); in wait_any()