Searched defs:unixShm (Results 1 – 1 of 1) sorted by relevance
181 typedef struct unixShm unixShm; /* Connection shared memory */ typedef3596 struct unixShm { struct3597 unixShmNode *pShmNode; /* The underlying unixShmNode object */ argument3598 unixShm *pNext; /* Next unixShm with the same unixShmNode */ argument3599 u8 hasMutex; /* True if holding the unixShmNode mutex */ argument3603 u8 id; /* Id of this connection within its unixShmNode */ argument