MySQL 26.7.0
Source Code Documentation
mysql::scheduler::Task_registry_psi Struct Reference

Task_registry instrumentation parameters, packed into this structure to simplify construction of a Task_registry class instance and prevent mistakes when passing a lot of integer parameters into the class constructor. More...

#include <task_registry_psi.h>

Public Attributes

concurrency::Mutex_key key_mutex_entry {0}
 mutex: One key for mutex protecting each entry (1 mutex per 1 entry) More...
 
allocators::Memory_resource memory_resource {}
 memory: memory instrumentation object More...
 

Detailed Description

Task_registry instrumentation parameters, packed into this structure to simplify construction of a Task_registry class instance and prevent mistakes when passing a lot of integer parameters into the class constructor.

Member Data Documentation

◆ key_mutex_entry

concurrency::Mutex_key mysql::scheduler::Task_registry_psi::key_mutex_entry {0}

mutex: One key for mutex protecting each entry (1 mutex per 1 entry)

◆ memory_resource

allocators::Memory_resource mysql::scheduler::Task_registry_psi::memory_resource {}

memory: memory instrumentation object


The documentation for this struct was generated from the following file: