Branch: refs/heads/direct_scoped_execution
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: b4996fd3348880d5dd56799f67fcd2a42f3f108b
      
https://github.com/STEllAR-GROUP/hpx/commit/b4996fd3348880d5dd56799f67fcd2a42f3f108b
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M .jenkins/cscs/env-clang-newest.sh
    M .jenkins/lsu/env-gcc-9.sh
    M components/iostreams/src/server/output_stream.cpp
    M libs/core/coroutines/CMakeLists.txt
    M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/context_generic_context.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/context_linux_x86.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/context_posix.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.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
    A 
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self_direct.hpp
    M libs/core/coroutines/include/hpx/coroutines/thread_enums.hpp
    M libs/core/coroutines/src/detail/coroutine_impl.cpp
    M libs/core/coroutines/src/thread_enums.cpp
    M 
libs/core/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
    M libs/core/execution/include/hpx/execution/detail/future_exec.hpp
    M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M libs/core/executors/include/hpx/executors/dataflow.hpp
    M libs/core/executors/include/hpx/executors/detail/hierarchical_spawning.hpp
    M libs/core/executors/include/hpx/executors/parallel_executor.hpp
    M libs/core/futures/CMakeLists.txt
    A libs/core/futures/include/hpx/futures/detail/execute_thread.hpp
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/include/hpx/futures/futures_factory.hpp
    M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
    A libs/core/futures/src/detail/execute_thread.cpp
    M libs/core/futures/src/future_data.cpp
    M libs/core/futures/tests/unit/CMakeLists.txt
    A libs/core/futures/tests/unit/direct_scoped_execution.cpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.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/src/create_work.cpp
    M libs/core/threading_base/src/set_thread_state.cpp
    M libs/core/threading_base/src/thread_data.cpp
    M libs/full/actions/tests/regressions/function_serialization_728.cpp
    M libs/full/collectives/tests/unit/CMakeLists.txt

  Log Message:
  -----------
  Futures attempt to execute threads directly if those have not started 
executing

- adding new API function hpx::threads::get_outer_self_id


_______________________________________________
hpx-commits mailing list
hpx-commits@stellar-group.org
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to