ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
unixShm Struct Reference
Collaboration diagram for unixShm:

Public Attributes

unixShmNodepShmNode
 
unixShmpNext
 
u8 hasMutex
 
u8 id
 
u16 sharedMask
 
u16 exclMask
 

Detailed Description

Definition at line 37734 of file sqlite3.c.

Member Data Documentation

◆ exclMask

u16 unixShm::exclMask

Definition at line 37740 of file sqlite3.c.

Referenced by unixShmLock().

◆ hasMutex

u8 unixShm::hasMutex

Definition at line 37737 of file sqlite3.c.

◆ id

u8 unixShm::id

Definition at line 37738 of file sqlite3.c.

Referenced by unixOpenSharedMemory(), and unixShmLock().

◆ pNext

unixShm* unixShm::pNext

Definition at line 37736 of file sqlite3.c.

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

◆ pShmNode

unixShmNode* unixShm::pShmNode

Definition at line 37735 of file sqlite3.c.

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

◆ sharedMask

u16 unixShm::sharedMask

Definition at line 37739 of file sqlite3.c.

Referenced by unixShmLock().


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