Home
last modified time | relevance | path

Searched refs:m_2pc_trans_state (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h31 m_2pc_trans_state(Trans_Done) in DNBArchImplX86_64()
246 …uint32_t m_2pc_trans_state; // Is transaction of DBG state change: Pedning (0), Done (1), or Ro… variable
DDNBArchImplX86_64.cpp804 if (m_2pc_trans_state != Trans_Done && m_2pc_trans_state != Trans_Rolled_Back) in StartTransForHWP()
805 …cted, expected %d or %d, got: %d", __FUNCTION__, Trans_Done, Trans_Rolled_Back, m_2pc_trans_state); in StartTransForHWP()
807 m_2pc_trans_state = Trans_Pending; in StartTransForHWP()
814 if (m_2pc_trans_state != Trans_Pending) in RollbackTransForHWP()
815 …nconsistent state detected, expected %d, got: %d", __FUNCTION__, Trans_Pending, m_2pc_trans_state); in RollbackTransForHWP()
816 m_2pc_trans_state = Trans_Rolled_Back; in RollbackTransForHWP()
828 m_2pc_trans_state = Trans_Done; in FinishTransForHWP()
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h32 m_2pc_trans_state(Trans_Done) in DNBArchImplI386()
239 …uint32_t m_2pc_trans_state; // Is transaction of DBG state change: Pedning (0), Done (1), or Ro… variable
DDNBArchImplI386.cpp851 if (m_2pc_trans_state != Trans_Done && m_2pc_trans_state != Trans_Rolled_Back) in StartTransForHWP()
852 …cted, expected %d or %d, got: %d", __FUNCTION__, Trans_Done, Trans_Rolled_Back, m_2pc_trans_state); in StartTransForHWP()
854 m_2pc_trans_state = Trans_Pending; in StartTransForHWP()
861 if (m_2pc_trans_state != Trans_Pending) in RollbackTransForHWP()
862 …nconsistent state detected, expected %d, got: %d", __FUNCTION__, Trans_Pending, m_2pc_trans_state); in RollbackTransForHWP()
863 m_2pc_trans_state = Trans_Rolled_Back; in RollbackTransForHWP()
875 m_2pc_trans_state = Trans_Done; in FinishTransForHWP()