• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

STEllAR-GROUP / hpx / #882

31 Aug 2023 07:44PM UTC coverage: 41.798% (-44.7%) from 86.546%
#882

push

19442 of 46514 relevant lines covered (41.8%)

126375.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/components/process/src/process.cpp
1
//  Copyright (c) 2016 Hartmut Kaiser
2
//
3
//  SPDX-License-Identifier: BSL-1.0
4
//  Distributed under the Boost Software License, Version 1.0. (See accompanying
5
//  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6

7
#include <hpx/components_base/server/component.hpp>
8
#include <hpx/runtime_components/component_factory.hpp>
9

10
#include <hpx/components/process/process.hpp>
11
#include <hpx/components/process/server/child.hpp>
12

13
///////////////////////////////////////////////////////////////////////////////
14
// Add factory registration functionality, We register the module dynamically
15
// as no executable links against it.
16
HPX_REGISTER_COMPONENT_MODULE()
×
17

18
typedef hpx::components::process::server::child child_type;
19

20
HPX_REGISTER_COMPONENT(hpx::components::component<child_type>,
×
21
    hpx_components_process_child_factory,
22
    hpx::components::factory_state::enabled)
23
HPX_DEFINE_GET_COMPONENT_TYPE(child_type)
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc