Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBArch.h90Trans_Pending = 0, // Transaction is pending, and checkpoint state has been snapshotted. enumerator
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp854 m_2pc_trans_state = Trans_Pending; in StartTransForHWP()
861 if (m_2pc_trans_state != Trans_Pending) in RollbackTransForHWP()
862 …"%s inconsistent state detected, expected %d, got: %d", __FUNCTION__, Trans_Pending, m_2pc_trans_s… in RollbackTransForHWP()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp807 m_2pc_trans_state = Trans_Pending; in StartTransForHWP()
814 if (m_2pc_trans_state != Trans_Pending) in RollbackTransForHWP()
815 …"%s inconsistent state detected, expected %d, got: %d", __FUNCTION__, Trans_Pending, m_2pc_trans_s… in RollbackTransForHWP()