Home
last modified time | relevance | path

Searched refs:nALiveCount (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/connectivity/source/cpool/
H A DZConnectionPool.cxx212 aIter->second.aPos->second.nALiveCount = m_nALiveCount; in disposing()
243 aPack.nALiveCount = m_nALiveCount; in createNewConnection()
262 if(!(--(aIter->second.nALiveCount))) // connections are invalid in invalidatePooledConnections()
H A DZConnectionPool.hxx71 …sal_Int32 nALiveCount; // will be decremented everytime a time says to, when will reach zero the… member
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx314 oslInterlockedCount nALiveCount; member
371 osl_decrementInterlockedCount(&aFind->second->second.nALiveCount); in disposing()
372 if ( !aFind->second->second.nALiveCount ) in disposing()
414 aHolder.nALiveCount = 0; // will be incremented by addListener in getConnection()
435 osl_incrementInterlockedCount(&_rIter->second.nALiveCount); in addEventListener()

Completed in 26 milliseconds