Home
last modified time | relevance | path

Searched refs:getSystemSuspendPending (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Ddbrm.h899 EXPORT int getSystemSuspendPending(bool& bRollback) throw();
H A Ddbrm.cpp3453 int DBRM::getSystemSuspendPending(bool& bRollback) throw() in getSystemSuspendPending() function in BRM::DBRM
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Ddbrm.h899 EXPORT int getSystemSuspendPending(bool& bRollback) throw();
H A Ddbrm.cpp3453 int DBRM::getSystemSuspendPending(bool& bRollback) throw() in getSystemSuspendPending() function in BRM::DBRM
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_brm.cpp451 int rc = blockRsltnMgrPtr->getSystemSuspendPending(bRollback); in isSuspendPending()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_brm.cpp451 int rc = blockRsltnMgrPtr->getSystemSuspendPending(bRollback); in isSuspendPending()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_sdhandler.cpp600 else if (fDbrm.getSystemSuspendPending(bRollback) > 0 || fDbrm.getSystemSuspended()) in setup()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_sdhandler.cpp600 else if (fDbrm.getSystemSuspendPending(bRollback) > 0 || fDbrm.getSystemSuspended()) in setup()