Searched refs:nRefCountOfCurrentId (Results 1 – 2 of 2) sorted by relevance
71 p->nRefCountOfCurrentId = 1; in uno_getIdOfCurrentThread()78 p->nRefCountOfCurrentId ++; in uno_getIdOfCurrentThread()94 OSL_ASSERT( p->nRefCountOfCurrentId ); in uno_releaseIdFromCurrentThread()96 p->nRefCountOfCurrentId --; in uno_releaseIdFromCurrentThread()97 if( ! p->nRefCountOfCurrentId && (p->pLocalThreadId != p->pCurrentId) ) in uno_releaseIdFromCurrentThread()111 p->nRefCountOfCurrentId = 1; in uno_bindIdToCurrentThread()118 OSL_ASSERT( 0 == p->nRefCountOfCurrentId ); in uno_bindIdToCurrentThread()119 if( 0 == p->nRefCountOfCurrentId ) in uno_bindIdToCurrentThread()122 p->nRefCountOfCurrentId ++; in uno_bindIdToCurrentThread()
39 sal_Int32 nRefCountOfCurrentId; member
Completed in 13 milliseconds