Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: f8716d552900f862857e06bf85449e408b2088f8
https://github.com/STEllAR-GROUP/hpx/commit/f8716d552900f862857e06bf85449e408b2088f8
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
M libs/core/concurrency/include/hpx/concurrency/deque.hpp
M libs/core/coroutines/CMakeLists.txt
M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_accessor.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/coroutines/src/detail/coroutine_impl.cpp
M
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_helpers.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading_base/include/hpx/threading_base/create_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/create_work.hpp
M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/external_timer.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/core/threading_base/src/thread_description.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/full/actions/include/hpx/actions/base_action.hpp
M libs/full/actions/src/base_action.cpp
M libs/full/actions/tests/unit/set_thread_state.cpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/apply.hpp
M libs/full/init_runtime_local/src/init_logging.cpp
M
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
M
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_local/src/custom_exception_info.cpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
Log Message:
-----------
Adding reference counting to thread_data
Commit: 1f658a2e0914f5e22353e8e626e3828dda5e524d
https://github.com/STEllAR-GROUP/hpx/commit/1f658a2e0914f5e22353e8e626e3828dda5e524d
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M examples/balancing/hpx_thread_phase.cpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/threading_base/CMakeLists.txt
M libs/core/threading_base/include/hpx/threading_base/create_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/create_work.hpp
M
libs/core/threading_base/include/hpx/threading_base/detail/reset_backtrace.hpp
M
libs/core/threading_base/include/hpx/threading_base/detail/reset_lco_description.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
A libs/core/threading_base/src/create_thread.cpp
A libs/core/threading_base/src/create_work.cpp
A libs/core/threading_base/src/set_thread_state.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/full/compute/include/hpx/compute/host/numa_binding_allocator.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/trigger.hpp
M plugins/parcelport/mpi/parcelport_mpi.cpp
Log Message:
-----------
Moving more code to source files
Commit: 87c2f157886c72e40217e69104e3d0dde9029b4a
https://github.com/STEllAR-GROUP/hpx/commit/87c2f157886c72e40217e69104e3d0dde9029b4a
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
M libs/core/synchronization/src/mutex.cpp
M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
Log Message:
-----------
Avoid for thread_data to hold a self-reference
Commit: 5ae62a8da1145cb4795d496c39cc04da23230d22
https://github.com/STEllAR-GROUP/hpx/commit/5ae62a8da1145cb4795d496c39cc04da23230d22
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/format/include/hpx/util/from_string.hpp
M libs/full/runtime_local/src/custom_exception_info.cpp
M libs/parallelism/threading/include/hpx/threading/thread.hpp
M libs/parallelism/threading/src/thread.cpp
Log Message:
-----------
Make hpx::thread:id non-reference counted
- flyby: adding missing #include
Commit: c9afc7c92f86dfea754e3be5419bdfcf6080bab9
https://github.com/STEllAR-GROUP/hpx/commit/c9afc7c92f86dfea754e3be5419bdfcf6080bab9
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M examples/balancing/hpx_thread_phase.cpp
M hpx/runtime/parcelset/parcelport_impl.hpp
M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_accessor.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/coroutines/src/detail/coroutine_impl.cpp
M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp
M libs/core/io_service/src/io_service_thread_pool.cpp
M
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_helpers.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
M libs/core/synchronization/src/mutex.cpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading_base/include/hpx/threading_base/create_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/create_work.hpp
M
libs/core/threading_base/include/hpx/threading_base/detail/reset_backtrace.hpp
M
libs/core/threading_base/include/hpx/threading_base/detail/reset_lco_description.hpp
M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
M libs/core/threading_base/include/hpx/threading_base/print.hpp
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
M libs/core/threading_base/src/create_thread.cpp
M libs/core/threading_base/src/create_work.cpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/external_timer.cpp
M libs/core/threading_base/src/print.cpp
M libs/core/threading_base/src/set_thread_state.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/core/threading_base/src/thread_description.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/full/actions/include/hpx/actions/base_action.hpp
M libs/full/actions/src/base_action.cpp
M libs/full/actions/tests/unit/set_thread_state.cpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/apply.hpp
M libs/full/init_runtime_local/src/init_logging.cpp
M
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
M
libs/full/runtime_components/tests/unit/agas/components/managed_refcnt_checker.hpp
M
libs/full/runtime_components/tests/unit/agas/components/simple_refcnt_checker.hpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_local/include/hpx/runtime_local/interval_timer.hpp
M libs/full/runtime_local/src/custom_exception_info.cpp
M libs/full/runtime_local/src/interval_timer.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M libs/full/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M
libs/parallelism/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
M
libs/parallelism/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
M
libs/parallelism/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
M libs/parallelism/futures/src/future_data.cpp
M libs/parallelism/threading/include/hpx/threading/thread.hpp
M libs/parallelism/threading/src/thread.cpp
M tests/regressions/threads/thread_rescheduling.cpp
Log Message:
-----------
Consolidating thread_id naming
- addressing review comments
Commit: 7715fc5567bdaaf5198d9b9ad8cd38396e51483c
https://github.com/STEllAR-GROUP/hpx/commit/7715fc5567bdaaf5198d9b9ad8cd38396e51483c
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M .gitignore
M hpx/runtime/parcelset/parcelhandler.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_linux_x86.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp
M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp
M libs/core/io_service/src/io_service_pool.cpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed/applier.hpp
M libs/full/runtime_distributed/src/applier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/src/runtime_local.cpp
M src/runtime/parcelset/parcelhandler.cpp
Log Message:
-----------
Fixing errors reported by ASAN
Commit: 9b151d6db89ccda458b80ea44f5e8e463a6668dd
https://github.com/STEllAR-GROUP/hpx/commit/9b151d6db89ccda458b80ea44f5e8e463a6668dd
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_local/src/runtime_local.cpp
Log Message:
-----------
Addressing review comments
Commit: 2a4e1b24c2a277d9afdb569373f07d5edb13712a
https://github.com/STEllAR-GROUP/hpx/commit/2a4e1b24c2a277d9afdb569373f07d5edb13712a
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M CMakeLists.txt
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/threading_base/CMakeLists.txt
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M
libs/core/threading_base/include/hpx/threading_base/set_thread_state_timed.hpp
M libs/core/threading_base/src/set_thread_state.cpp
A libs/core/threading_base/src/set_thread_state_timed.cpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
M libs/full/runtime_local/src/runtime_local.cpp
Log Message:
-----------
Resolving rebase conflicts
Commit: 0b0226169ee7aa6406956c4001ee727e29a96aad
https://github.com/STEllAR-GROUP/hpx/commit/0b0226169ee7aa6406956c4001ee727e29a96aad
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M .gitignore
M examples/balancing/hpx_thread_phase.cpp
M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
M hpx/runtime/parcelset/parcelhandler.hpp
M hpx/runtime/parcelset/parcelport_impl.hpp
M libs/core/concurrency/include/hpx/concurrency/deque.hpp
M libs/core/coroutines/CMakeLists.txt
M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_linux_x86.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_accessor.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/coroutines/src/detail/coroutine_impl.cpp
M libs/core/format/include/hpx/util/from_string.hpp
M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp
M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp
M libs/core/io_service/src/io_service_pool.cpp
M libs/core/io_service/src/io_service_thread_pool.cpp
M
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading_base/CMakeLists.txt
M libs/core/threading_base/include/hpx/threading_base/create_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/create_work.hpp
M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
M libs/core/threading_base/include/hpx/threading_base/print.hpp
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M
libs/core/threading_base/include/hpx/threading_base/set_thread_state_timed.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
A libs/core/threading_base/src/create_thread.cpp
A libs/core/threading_base/src/create_work.cpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/external_timer.cpp
M libs/core/threading_base/src/print.cpp
A libs/core/threading_base/src/set_thread_state.cpp
A libs/core/threading_base/src/set_thread_state_timed.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/full/actions/src/base_action.cpp
M libs/full/actions/tests/unit/set_thread_state.cpp
M libs/full/compute/include/hpx/compute/host/numa_binding_allocator.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime_local/src/init_logging.cpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
M
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
M
libs/full/runtime_components/tests/unit/agas/components/managed_refcnt_checker.hpp
M
libs/full/runtime_components/tests/unit/agas/components/simple_refcnt_checker.hpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed/applier.hpp
M libs/full/runtime_distributed/src/applier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_local/include/hpx/runtime_local/interval_timer.hpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/src/custom_exception_info.cpp
M libs/full/runtime_local/src/interval_timer.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M libs/full/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M
libs/parallelism/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
M
libs/parallelism/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
M
libs/parallelism/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
M libs/parallelism/futures/src/future_data.cpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/trigger.hpp
M libs/parallelism/threading/include/hpx/threading/thread.hpp
M libs/parallelism/threading/src/thread.cpp
M plugins/parcelport/mpi/parcelport_mpi.cpp
M src/runtime/parcelset/parcelhandler.cpp
M tests/regressions/threads/thread_rescheduling.cpp
Log Message:
-----------
Merge pull request #5441 from STEllAR-GROUP/ref_counted_thread_data
Adding reference counting to thread_data
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/580d3044d6cb...0b0226169ee7
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits