Searched refs:nRefCountOfCurrentId (Results 1 – 2 of 2) sorted by relevance
74 p->nRefCountOfCurrentId = 1; in uno_getIdOfCurrentThread()81 p->nRefCountOfCurrentId ++; in uno_getIdOfCurrentThread()97 OSL_ASSERT( p->nRefCountOfCurrentId ); in uno_releaseIdFromCurrentThread()99 p->nRefCountOfCurrentId --; in uno_releaseIdFromCurrentThread()100 if( ! p->nRefCountOfCurrentId && (p->pLocalThreadId != p->pCurrentId) ) in uno_releaseIdFromCurrentThread()114 p->nRefCountOfCurrentId = 1; in uno_bindIdToCurrentThread()121 OSL_ASSERT( 0 == p->nRefCountOfCurrentId ); in uno_bindIdToCurrentThread()122 if( 0 == p->nRefCountOfCurrentId ) in uno_bindIdToCurrentThread()125 p->nRefCountOfCurrentId ++; in uno_bindIdToCurrentThread()
39 sal_Int32 nRefCountOfCurrentId; member
Completed in 21 milliseconds