hpx/synchronization/no_mutex.hpp#

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
struct no_mutex#
#include <no_mutex.hpp>

no_mutex class can be used in cases where the shared data between multiple threads can be accessed simultaneously without causing inconsistencies.

Public Functions

inline constexpr void lock() noexcept#
inline constexpr bool try_lock() noexcept#
inline constexpr void unlock() noexcept#
namespace lcos
namespace local