struct ignore_while_checking
Declaration
template <typename Lock,
typename Enable =
std::enable_if_t<detail::has_mutex_v<Lock>>>
struct ignore_while_checking { /* full declaration omitted */ };Declared at: libs/pika/lock_registration/include/pika/lock_registration/detail/register_locks.hpp:124
Member Variables
- public const void* mtx_
Method Overview
- public ignore_while_checking<Lock, Enable>(const Lock * lock)
- public ~ignore_while_checking<Lock, Enable>()
Methods
ignore_while_checking<Lock, Enable>(
const Lock* lock)
ignore_while_checking<Lock, Enable>(
const Lock* lock)Declared at: libs/pika/lock_registration/include/pika/lock_registration/detail/register_locks.hpp:126
Parameters
- const Lock* lock
~ignore_while_checking<Lock, Enable>()
~ignore_while_checking<Lock, Enable>()Declared at: libs/pika/lock_registration/include/pika/lock_registration/detail/register_locks.hpp:132