hpx::spinlock#

Defined in header hpx/mutex.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>#

spinlock is a type of lock that causes a thread attempting to obtain it to check for its availability while waiting in a loop continuously.

using spinlock_no_backoff = detail::spinlock<false>#
namespace lcos
namespace local