Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
unixShm Struct Reference
Collaboration diagram for unixShm:

Data Fields

unixShmNodepShmNode
unixShmpNext
u8 hasMutex
u8 id
u16 sharedMask
u16 exclMask

Detailed Description

Definition at line 43205 of file sqlite3.c.

Field Documentation

◆ exclMask

u16 unixShm::exclMask

Definition at line 43211 of file sqlite3.c.

◆ hasMutex

u8 unixShm::hasMutex

Definition at line 43208 of file sqlite3.c.

◆ id

u8 unixShm::id

Definition at line 43209 of file sqlite3.c.

◆ pNext

unixShm* unixShm::pNext

Definition at line 43207 of file sqlite3.c.

◆ pShmNode

unixShmNode* unixShm::pShmNode

Definition at line 43206 of file sqlite3.c.

◆ sharedMask

u16 unixShm::sharedMask

Definition at line 43210 of file sqlite3.c.


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