MySQL 9.1.0
Source Code Documentation
|
#include <lf.h>
Public Attributes | |
std::atomic< void * > | pin [LF_PINBOX_PINS] |
LF_PINBOX * | pinbox |
void * | purgatory |
uint32 | purgatory_count |
std::atomic< uint32 > | link |
char | pad [64 - sizeof(uint32) *2 - sizeof(void *) *(LF_PINBOX_PINS+2)] |
std::atomic<uint32> LF_PINS::link |
char LF_PINS::pad[64 - sizeof(uint32) *2 - sizeof(void *) *(LF_PINBOX_PINS+2)] |
std::atomic<void *> LF_PINS::pin[LF_PINBOX_PINS] |
LF_PINBOX* LF_PINS::pinbox |
void* LF_PINS::purgatory |
uint32 LF_PINS::purgatory_count |