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

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

Completed in 2082 milliseconds