Home
last modified time | relevance | path

Searched refs:m_Reference (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sal/osl/w32/
H A Dpipe.c57 oslInterlockedCount m_Reference; member
83 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()
/aoo42x/main/sal/osl/os2/
H A Dpipe.cxx48 oslInterlockedCount m_Reference; member
83 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 11 milliseconds