Searched refs:atomic_xchg (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | atomic.h | 84 atomic_xchg(volatile int *v, int n) in atomic_xchg() function 241 #define atomic_long_xchg(v, n) atomic_xchg(v, n)
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 1049 def : Builtin<"atomic_xchg", [Float, PointerType<VolatileType<Float>, AS>, Float]>; 1051 foreach name = ["atomic_add", "atomic_sub", "atomic_xchg", 1067 foreach name = ["atomic_add", "atomic_sub", "atomic_xchg",
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | r600.c | 4115 if (atomic_xchg(&rdev->ih.lock, 1)) in r600_irq_process()
|
H A D | evergreen.c | 4729 if (atomic_xchg(&rdev->ih.lock, 1)) in evergreen_irq_process()
|
H A D | si.c | 6268 if (atomic_xchg(&rdev->ih.lock, 1)) in si_irq_process()
|
H A D | cik.c | 7562 if (atomic_xchg(&rdev->ih.lock, 1)) in cik_irq_process()
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | opencl-c.h | 12954 int __ovld atomic_xchg(volatile __global int *, int); 12955 uint __ovld atomic_xchg(volatile __global uint *, uint); 12956 int __ovld atomic_xchg(volatile __local int *, int); 12957 uint __ovld atomic_xchg(volatile __local uint *, uint); 12958 float __ovld atomic_xchg(volatile __global float *, float); 12959 float __ovld atomic_xchg(volatile __local float *, float); 12961 int __ovld atomic_xchg(volatile int *, int); 12962 uint __ovld atomic_xchg(volatile uint *, uint); 12963 float __ovld atomic_xchg(volatile float *, float);
|