Home
last modified time | relevance | path

Searched refs:clearSystemState (Results 1 – 10 of 10) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dsessionmanagerserver.h246 EXPORT void clearSystemState(uint32_t state);
H A Dsessionmanagerserver.cpp380 void SessionManagerServer::clearSystemState(uint32_t state) in clearSystemState() function in BRM::SessionManagerServer
H A Ddbrm.cpp3490 return clearSystemState(SessionManagerServer::SS_READY); in setSystemReady()
3502 return clearSystemState(SessionManagerServer::SS_QUERY_READY); in setSystemQueryReady()
3525 return clearSystemState(stateFlags); in setSystemSuspended()
3544 return clearSystemState(stateFlags); in setSystemSuspendPending()
3570 rtn = clearSystemState(stateFlags); // Clears the flags that are turned on in stateFlags in setSystemShutdownPending()
3679 int DBRM::clearSystemState(uint32_t stateFlags) throw() in clearSystemState() function in BRM::DBRM
H A Ddbrm.h986 int clearSystemState(uint32_t stateFlags) throw();
H A Dmasterdbrmnode.cpp1920 sm.clearSystemState(ss); in doClearSystemState()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dsessionmanagerserver.h246 EXPORT void clearSystemState(uint32_t state);
H A Dsessionmanagerserver.cpp380 void SessionManagerServer::clearSystemState(uint32_t state) in clearSystemState() function in BRM::SessionManagerServer
H A Ddbrm.cpp3490 return clearSystemState(SessionManagerServer::SS_READY); in setSystemReady()
3502 return clearSystemState(SessionManagerServer::SS_QUERY_READY); in setSystemQueryReady()
3525 return clearSystemState(stateFlags); in setSystemSuspended()
3544 return clearSystemState(stateFlags); in setSystemSuspendPending()
3570 rtn = clearSystemState(stateFlags); // Clears the flags that are turned on in stateFlags in setSystemShutdownPending()
3679 int DBRM::clearSystemState(uint32_t stateFlags) throw() in clearSystemState() function in BRM::DBRM
H A Ddbrm.h986 int clearSystemState(uint32_t stateFlags) throw();
H A Dmasterdbrmnode.cpp1920 sm.clearSystemState(ss); in doClearSystemState()