• 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

50.0
/libs/core/threading_base/src/thread_data_stackful.cpp
1
//  Copyright (c) 2019-2023 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/config.hpp>
8
#include <hpx/modules/allocator_support.hpp>
9
#include <hpx/modules/logging.hpp>
10
#include <hpx/threading_base/thread_data.hpp>
11

12
////////////////////////////////////////////////////////////////////////////////
13
namespace hpx::threads {
14

15
    util::internal_allocator<thread_data_stackful>
16
        thread_data_stackful::thread_alloc_;
17

18
#if !defined(HPX_HAVE_LOGGING)
19
    thread_data_stackful::~thread_data_stackful() = default;
20
#else
21
    thread_data_stackful::~thread_data_stackful()
8,397✔
22
    {
23
        LTM_(debug).format(
8,397✔
24
            "~thread_data_stackful({}), description({}), phase({})", this,
×
25
            this->get_description(),
×
26
            this->thread_data_stackful::get_thread_phase());
×
27
    }
8,397✔
28
#endif
29
}    // namespace hpx::threads
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