Home
last modified time | relevance | path

Searched defs:unixShm (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c197 typedef struct unixShm unixShm; /* Connection shared memory */ typedef
4312 struct unixShm { struct
4313 unixShmNode *pShmNode; /* The underlying unixShmNode object */ argument
4314 unixShm *pNext; /* Next unixShm with the same unixShmNode */ argument
4315 u8 hasMutex; /* True if holding the unixShmNode->pShmMutex */ argument
4316 u8 id; /* Id of this connection within its unixShmNode */ argument
4339 unixShmNode *pShmNode = pFile->pShm->pShmNode; in unixFcntlExternalReader() argument