PandA-2024.02
atominIncrement.c
Go to the documentation of this file.
1 __attribute__((noinline))
2 void atomicIncrement(unsigned * var, unsigned value)
3 {
4 #pragma omp atomic
5  *var += value;
6 }
7 
8 
__attribute__((noinline))

Generated on Mon Feb 12 2024 13:02:47 for PandA-2024.02 by doxygen 1.8.13