Searched refs:m_refcount (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileback.cpp49 void Release() { if (--m_refcount == 0) delete this; }
50 wxBackingFileImpl *AddRef() { m_refcount++; return this; }
56 int m_refcount; member in class:wxBackingFileImpl
74 : m_refcount(1),
H A Dfs_arc.cpp63 void Release() { if (--m_refcount == 0) delete this; }
64 wxArchiveFSCacheDataImpl *AddRef() { m_refcount++; return this; }
75 int m_refcount; member in class:wxArchiveFSCacheDataImpl
89 : m_refcount(1),
101 : m_refcount(1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dmessage.c51 rdsdebug("addref rm %p ref %d\n", rm, atomic_read(&rm->m_refcount));
52 atomic_inc(&rm->m_refcount);
86 rdsdebug("put rm %p ref %d\n", rm, atomic_read(&rm->m_refcount));
88 if (atomic_dec_and_test(&rm->m_refcount)) {
227 atomic_set(&rm->m_refcount, 1);
H A Dsend.c480 atomic_inc(&rm->m_refcount);
488 atomic_inc(&rm->m_refcount);
H A Drds.h240 atomic_t m_refcount; member in struct:rds_message

Completed in 77 milliseconds