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()
189 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
191 oslInterlockedCount Count; in osl_incrementInterlockedCount()
203 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
205 oslInterlockedCount Count; in osl_decrementInterlockedCount()