Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dscheduler.hpp191 struct bimpl;
195 std::shared_ptr< bimpl > _pbimpl;
199 result_handle(std::shared_ptr< bimpl >);
222 test_result_handle(std::shared_ptr< bimpl >, std::shared_ptr< impl >);
H A Dscheduler.cpp693 struct engine::scheduler::result_handle::bimpl : utils::noncopyable { struct in engine::scheduler::result_handle
710 bimpl(const executor::exit_handle generic_, exec_data_map& all_exec_data_) : in bimpl() argument
716 ~bimpl(void) in ~bimpl() argument
727 scheduler::result_handle::result_handle(std::shared_ptr< bimpl > pbimpl) : in result_handle()
848 std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) : in test_result_handle()
1542 std::shared_ptr< result_handle::bimpl > result_handle_bimpl( in wait_any()
1543 new result_handle::bimpl(handle, _pimpl->all_exec_data)); in wait_any()