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