Searched refs:os2ShmNodeList (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c23534 ** global mutex is used to protect os2ShmNodeList.
23630 static os2ShmNode *os2ShmNodeList = NULL; local
23727 for( pNode = os2ShmNodeList;
23764 pNode->pNext = os2ShmNodeList;
23765 os2ShmNodeList = pNode;
23801 ** Purge the os2ShmNodeList list of all entries with nRef==0.
23812 ppNode = &os2ShmNodeList;
[all...]

Completed in 379 milliseconds