Searched defs:winShm (Results 1 – 1 of 1) sorted by relevance
47371 typedef struct winShm winShm; /* A connection to shared-memory */ typedef51213 struct winShm { struct51214 winShmNode *pShmNode; /* The underlying winShmNode object */51215 u16 sharedMask; /* Mask of shared locks held */51216 u16 exclMask; /* Mask of exclusive locks held */51217 HANDLE hShm; /* File-handle on *-shm file. For locking. */51218 int bReadonly; /* True if hShm is opened read-only */51220 u8 id; /* Id of this connection with its winShmNode */