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

/haiku/headers/libs/mapm/
H A Dm_apm.h176 int m_apm_refcount; /* <- used only by C++ MAPM class */ member in struct:__anon102
351 val->m_apm_refcount++;
355 val->m_apm_refcount--;
356 if (val->m_apm_refcount==0)
364 if (myVal->m_apm_refcount==1)
/haiku/src/libs/mapm/
H A Dmapmutil.c146 atmp->m_apm_refcount = 1; /* not for us, for MAPM C++ class */

Completed in 32 milliseconds