![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| unixShmNode * | pShmNode |
| unixShm * | pNext |
| u8 | hasMutex |
| u8 | id |
| u16 | sharedMask |
| u16 | exclMask |
| u16 unixShm::exclMask |
Definition at line 37740 of file sqlite3.c.
Referenced by unixShmLock().
| u8 unixShm::id |
Definition at line 37738 of file sqlite3.c.
Referenced by unixOpenSharedMemory(), and unixShmLock().
| unixShm* unixShm::pNext |
Definition at line 37736 of file sqlite3.c.
Referenced by unixOpenSharedMemory(), unixShmLock(), and unixShmUnmap().
| unixShmNode* unixShm::pShmNode |
Definition at line 37735 of file sqlite3.c.
Referenced by unixOpenSharedMemory(), unixShmLock(), unixShmMap(), and unixShmUnmap().
| u16 unixShm::sharedMask |
Definition at line 37739 of file sqlite3.c.
Referenced by unixShmLock().