synchronization
synchronization#
This module provides synchronization primitives that should be used rather than the C++ standard ones in HPX threads:
hpx::spinlock
(std::mutex compatible spinlock)hpx::spinlock_no_backoff
(boost::mutex compatible spinlock)hpx::spinlock_pool
hpx::in_place_stop_token
hpx::upgrade_to_unique_lock
hpx::upgrade_lock
See lcos_local, async_combinators, and async_distributed for higher level synchronization facilities.
See the API reference of this module for more details.