Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dos_unix.c181 typedef struct unixShm unixShm; /* Connection shared memory */ typedef
3596 struct unixShm { struct
3597 unixShmNode *pShmNode; /* The underlying unixShmNode object */ argument
3598 unixShm *pNext; /* Next unixShm with the same unixShmNode */ argument
3599 u8 hasMutex; /* True if holding the unixShmNode mutex */ argument
3603 u8 id; /* Id of this connection within its unixShmNode */ argument