Searched refs:atomicExch (Results 1 – 3 of 3) sorted by relevance
31 return atomicExch(address, val); in __kmpc_atomic_exchange()
24 template <typename T> DEVICE T atomicExch(T *address, T val) { in atomicExch() function
73 return atomicExch(address, val); in atomicExchCustom()79 return __longlong_as_double(atomicExch(address_as_ull, __double_as_longlong(val))); in atomicExchCustom()142 atomicExch(semaphore, 2u); in FullReductionKernel()