MySQL 8.4.0
Source Code Documentation
LF_PINS Struct Reference

#include <lf.h>

Public Attributes

std::atomic< void * > pin [LF_PINBOX_PINS]
 
LF_PINBOXpinbox
 
void * purgatory
 
uint32 purgatory_count
 
std::atomic< uint32link
 
char pad [64 - sizeof(uint32) *2 - sizeof(void *) *(LF_PINBOX_PINS+2)]
 

Member Data Documentation

◆ link

std::atomic<uint32> LF_PINS::link

◆ pad

char LF_PINS::pad[64 - sizeof(uint32) *2 - sizeof(void *) *(LF_PINBOX_PINS+2)]

◆ pin

std::atomic<void *> LF_PINS::pin[LF_PINBOX_PINS]

◆ pinbox

LF_PINBOX* LF_PINS::pinbox

◆ purgatory

void* LF_PINS::purgatory

◆ purgatory_count

uint32 LF_PINS::purgatory_count

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