Home | History | Annotate | Download | only in dethread

Lines Matching refs:DE_INLINE

39 DE_INLINE deInt32 deAtomicIncrementInt32 (volatile deInt32* dstAddr)
55 DE_INLINE deUint32 deAtomicIncrementUint32 (volatile deUint32* dstAddr)
65 DE_INLINE deInt32 deAtomicDecrementInt32 (volatile deInt32* dstAddr)
81 DE_INLINE deUint32 deAtomicDecrementUint32 (volatile deUint32* dstAddr)
100 DE_INLINE deUint32 deAtomicCompareExchangeUint32 (volatile deUint32* dstAddr, deUint32 compare, deUint32 exchange)
123 DE_INLINE deInt64 deAtomicIncrementInt64 (volatile deInt64* dstAddr)
139 DE_INLINE deUint64 deAtomicIncrementUint64 (volatile deUint64* dstAddr)
149 DE_INLINE deInt64 deAtomicDecrementInt64 (volatile deInt64* dstAddr)
165 DE_INLINE deUint64 deAtomicDecrementUint64 (volatile deUint64* dstAddr)
184 DE_INLINE deUint64 deAtomicCompareExchangeUint64 (volatile deUint64* dstAddr, deUint64 compare, deUint64 exchange)
202 DE_INLINE size_t deAtomicIncrementUSize (volatile size_t* size)
218 DE_INLINE size_t deAtomicDecrementUSize (volatile size_t* size)
243 DE_INLINE void* deAtomicCompareExchangePtr (void* volatile* dstAddr, void* compare, void* exchange)
260 DE_INLINE void deMemoryReadWriteFence (void)