Searched refs:AtomicLoadExplicit (Results 1 – 4 of 4) sorted by relevance
96 …if( AtomicLoadExplicit(&pTargetLocations[i], memory_order_relaxed) != -1) // -1 indicates slot no… in test_svm_fine_grain_sync_buffers()101 …} while (status != CL_COMPLETE || AtomicLoadExplicit(&pTargetLocations[i], memory_order_relaxed) !… in test_svm_fine_grain_sync_buffers()
39 cl_int AtomicLoadExplicit(volatile cl_int * pValue, cl_memory_order order);
99 while(numBins == AtomicLoadExplicit(pNumNodes, memory_order_relaxed)); in launch_kernels_and_verify()
30 cl_int AtomicLoadExplicit(volatile cl_int * pValue, cl_memory_order order) in AtomicLoadExplicit() function