Lines Matching refs:oslInterlockedCount

42 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount)  in osl_incrementInterlockedCount()
44 register oslInterlockedCount nCount asm("%eax"); in osl_incrementInterlockedCount()
67 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
69 register oslInterlockedCount nCount asm("%eax"); in osl_decrementInterlockedCount()
97 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
100 register oslInterlockedCount nCount __asm__ ("r4"); in osl_incrementInterlockedCount()
115 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
118 register oslInterlockedCount nCount __asm__ ("r4"); in osl_decrementInterlockedCount()
138 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
141 register oslInterlockedCount nCount __asm__ ("r1"); in osl_incrementInterlockedCount()
160 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
163 register oslInterlockedCount nCount __asm__ ("r1"); in osl_decrementInterlockedCount()
191 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
199 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
212 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
214 oslInterlockedCount Count; in osl_incrementInterlockedCount()
226 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
228 oslInterlockedCount Count; in osl_decrementInterlockedCount()