Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
unixShm Struct Reference

Data Fields

unixShmNodepShmNode
 
unixShmpNext
 
u8 hasMutex
 
u8 id
 
u16 sharedMask
 
u16 exclMask
 

Detailed Description

Definition at line 37819 of file sqlite3.c.

Field Documentation

◆ exclMask

u16 unixShm::exclMask

Definition at line 37825 of file sqlite3.c.

Referenced by unixShmLock().

◆ hasMutex

u8 unixShm::hasMutex

Definition at line 37822 of file sqlite3.c.

◆ id

u8 unixShm::id

Definition at line 37823 of file sqlite3.c.

Referenced by unixOpenSharedMemory(), and unixShmLock().

◆ pNext

unixShm* unixShm::pNext

Definition at line 37821 of file sqlite3.c.

Referenced by unixOpenSharedMemory(), unixShmLock(), and unixShmUnmap().

◆ pShmNode

unixShmNode* unixShm::pShmNode

Definition at line 37820 of file sqlite3.c.

Referenced by unixOpenSharedMemory(), unixShmLock(), unixShmMap(), and unixShmUnmap().

◆ sharedMask

u16 unixShm::sharedMask

Definition at line 37824 of file sqlite3.c.

Referenced by unixShmLock().


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