Searched defs:winShm (Results 1 – 1 of 1) sorted by relevance
80 typedef struct winShm winShm; /* A connection to shared-memory */ typedef1315 struct winShm { struct1316 winShmNode *pShmNode; /* The underlying winShmNode object */ argument1317 winShm *pNext; /* Next winShm with the same winShmNode */ argument1318 u8 hasMutex; /* True if holding the winShmNode mutex */ argument1322 u8 id; /* Id of this connection with its winShmNode */ argument