class spinlock_pool

Declaration

template <typename Tag, std::size_t N = 128>
class spinlock_pool { /* full declaration omitted */ };

Declared at: libs/pika/concurrency/include/pika/concurrency/spinlock_pool.hpp:35

Method Overview

  • public static util::detail::spinlock & spinlock_for(const void * pv)

Methods

static util::detail::spinlock& spinlock_for(
    const void* pv)

Declared at: libs/pika/concurrency/include/pika/concurrency/spinlock_pool.hpp:46

Parameters

const void* pv