Home
last modified time | relevance | path

Searched refs:threadCntPerSessionMap (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/exemgr/
H A Dmain.cpp187 ThreadCntPerSessionMap_t threadCntPerSessionMap; variable
454 threadCntPerSessionMap.find(sessionId); in incThreadCntPerSession()
456 if (mapIter == threadCntPerSessionMap.end()) in incThreadCntPerSession()
457 threadCntPerSessionMap.insert(ThreadCntPerSessionMap_t::value_type(sessionId, 1)); in incThreadCntPerSession()
474 threadCntPerSessionMap.find(sessionId); in decThreadCntPerSession()
476 if (mapIter != threadCntPerSessionMap.end()) in decThreadCntPerSession()
480 threadCntPerSessionMap.erase(mapIter); in decThreadCntPerSession()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/exemgr/
H A Dmain.cpp187 ThreadCntPerSessionMap_t threadCntPerSessionMap; variable
454 threadCntPerSessionMap.find(sessionId); in incThreadCntPerSession()
456 if (mapIter == threadCntPerSessionMap.end()) in incThreadCntPerSession()
457 threadCntPerSessionMap.insert(ThreadCntPerSessionMap_t::value_type(sessionId, 1)); in incThreadCntPerSession()
474 threadCntPerSessionMap.find(sessionId); in decThreadCntPerSession()
476 if (mapIter != threadCntPerSessionMap.end()) in decThreadCntPerSession()
480 threadCntPerSessionMap.erase(mapIter); in decThreadCntPerSession()