Home
last modified time | relevance | path

Searched defs:winShm (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c241 typedef struct winShm winShm; /* A connection to shared-memory */ typedef
3770 struct winShm { struct
3771 winShmNode *pShmNode; /* The underlying winShmNode object */ argument
3772 winShm *pNext; /* Next winShm with the same winShmNode */ argument
3773 u8 hasMutex; /* True if holding the winShmNode mutex */ argument
3777 u8 id; /* Id of this connection with its winShmNode */ argument