HomeSort by relevance Sort by last modified time
    Searched refs:Trans_Pending (Results 1 - 3 of 3) sorted by null

  /external/lldb/tools/debugserver/source/
DNBArch.h 90 Trans_Pending = 0, // Transaction is pending, and checkpoint state has been snapshotted.
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp 854 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);
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp     [all...]

Completed in 645 milliseconds