Searched refs:m_refCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_GDIObject.h58 INLINE int GetRefCount() { return m_refCount; }
59 INLINE int IncrRefCount() { return ++m_refCount; }
60 INLINE int DecrRefCount() { return --m_refCount; }
90 m_refCount = 0;
105 int m_refCount; member in class:AwtGDIObject
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp178 LONG m_refCount; member in class:SAOutputCallbacks
182 SAOutputCallbacks() : m_refCount(0), m_msgBuffer(0) {
211 InterlockedIncrement(&m_refCount);
212 return m_refCount;
217 InterlockedDecrement(&m_refCount);
218 retVal = m_refCount;

Completed in 44 milliseconds