snguyen - 2025-04-15

Hi, I've read that you can perform Atomic instructions like AtomicReadLInt on variables. However, I'd like to know if this uses stdatomic internally.

My main question is : Is it possible to share atomic types in shared memory with CodeSys. If so, what types should they be declared as? If not, are the atomic functions lock-free or does it use a mutex?