Searched refs:m_Reference (Results 1 – 2 of 2) sorted by relevance
57 oslInterlockedCount m_Reference; member83 pPipe->m_Reference = 0; in __osl_createPipeImpl()175 osl_incrementInterlockedCount(&(pPipe->m_Reference)); in osl_createPipe()326 osl_incrementInterlockedCount( &(pPipe->m_Reference) ); in osl_acquirePipe()336 if( 0 == osl_decrementInterlockedCount( &(pPipe->m_Reference) ) ) in osl_releasePipe()431 osl_incrementInterlockedCount(&(pAcceptedPipe->m_Reference)); in osl_acceptPipe()455 osl_incrementInterlockedCount(&(pAcceptedPipe->m_Reference)); in osl_acceptPipe()
48 oslInterlockedCount m_Reference; member83 pPipe->m_Reference = 1; in __osl_createPipeImpl()201 pPipe->m_Reference= 1; in osl_createPipe()243 osl_incrementInterlockedCount( &(pPipe->m_Reference) ); in osl_acquirePipe()253 if( 0 == osl_decrementInterlockedCount( &(pPipe->m_Reference) ) ) in osl_releasePipe()
Completed in 20 milliseconds