Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
unixShmNode * | pShmNode |
unixShm * | pNext |
u8 | hasMutex |
u8 | id |
u16 | sharedMask |
u16 | exclMask |
u16 unixShm::exclMask |
Definition at line 37825 of file sqlite3.c.
Referenced by unixShmLock().
u8 unixShm::id |
Definition at line 37823 of file sqlite3.c.
Referenced by unixOpenSharedMemory(), and unixShmLock().
unixShm* unixShm::pNext |
Definition at line 37821 of file sqlite3.c.
Referenced by unixOpenSharedMemory(), unixShmLock(), and unixShmUnmap().
unixShmNode* unixShm::pShmNode |
Definition at line 37820 of file sqlite3.c.
Referenced by unixOpenSharedMemory(), unixShmLock(), unixShmMap(), and unixShmUnmap().
u16 unixShm::sharedMask |
Definition at line 37824 of file sqlite3.c.
Referenced by unixShmLock().