Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dos_win.c80 typedef struct winShm winShm; /* A connection to shared-memory */ typedef
1315 struct winShm { struct
1316 winShmNode *pShmNode; /* The underlying winShmNode object */ argument
1317 winShm *pNext; /* Next winShm with the same winShmNode */ argument
1318 u8 hasMutex; /* True if holding the winShmNode mutex */ argument
1322 u8 id; /* Id of this connection with its winShmNode */ argument