Searched refs:m_hGUIThread (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.h71 return m_hGUIThread == RTThreadNativeSelf();
115 RTNATIVETHREAD m_hGUIThread; member in class:VBoxDbgBase
H A DVBoxDbgConsole.h89 RTNATIVETHREAD m_hGUIThread; member in class:VBoxDbgConsoleOutput
164 RTNATIVETHREAD m_hGUIThread; member in class:VBoxDbgConsoleInput
H A DVBoxDbgConsole.cpp60 : QTextEdit(pParent), m_uCurLine(0), m_uCurPos(0), m_hGUIThread(RTThreadNativeSelf())
123 Assert(m_hGUIThread == RTThreadNativeSelf());
206 Assert(m_hGUIThread == RTThreadNativeSelf());
256 : QComboBox(pParent), m_hGUIThread(RTThreadNativeSelf())
274 Assert(m_hGUIThread == RTThreadNativeSelf());
281 Assert(m_hGUIThread == RTThreadNativeSelf());
291 Assert(m_hGUIThread == RTThreadNativeSelf());
H A DVBoxDbgBase.cpp35 : m_pDbgGui(a_pDbgGui), m_pUVM(NULL), m_hGUIThread(RTThreadNativeSelf())

Completed in 66 milliseconds