Searched defs:winShm (Results 1 – 1 of 1) sorted by relevance
241 typedef struct winShm winShm; /* A connection to shared-memory */ typedef3770 struct winShm { struct3771 winShmNode *pShmNode; /* The underlying winShmNode object */ argument3772 winShm *pNext; /* Next winShm with the same winShmNode */ argument3773 u8 hasMutex; /* True if holding the winShmNode mutex */ argument3777 u8 id; /* Id of this connection with its winShmNode */ argument