hpx/synchronization/spinlock.hpp

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

namespace hpx

Typedefs

using spinlock = detail::spinlock<true>
using spinlock_no_backoff = detail::spinlock<false>