Searched refs:host_atomic_fetch_xor (Results 1 – 2 of 2) sorted by relevance
212 CorrespondingType host_atomic_fetch_xor(volatile AtomicType *a, CorrespondingType c, in host_atomic_fetch_xor() function
1002 …oldValues[tid] = host_atomic_fetch_xor(&destMemory[0], ((HostDataType)1 << bitIndex), MemoryOrder(… in HostFunction()1333 value = host_atomic_fetch_xor(destMemory+valueInd, bitMask, MemoryOrder()); in HostFunction()1336 value = host_atomic_fetch_xor(destMemory+valueInd, bitMask, MemoryOrder()); in HostFunction()