Searched refs:Trans_Pending (Results 1 – 3 of 3) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNBArch.h | 90 … Trans_Pending = 0, // Transaction is pending, and checkpoint state has been snapshotted. enumerator
|
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.cpp | 854 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/ |
D | DNBArchImplX86_64.cpp | 807 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()
|