nuttx-apps/crypto/openssl_mbedtls_wrapper
zhangyu117 21bb388f8e apps: replace atomic_fetch_xxx with atomic_xxx
Rename atomic_fetch_xxx to atomic_xxx (e.g., atomic_fetch_add ->
atomic_add) and atomic_store/atomic_load to atomic_set/atomic_read,
to match the <nuttx/atomic.h> API rename in the companion nuttx PR.

The atomic_fetch_xxx naming is reserved by the C/C++ standard and
conflicts with standard library declarations when <atomic>/
<stdatomic.h> is included by third-party code.

Files changed:
- crypto/openssl_mbedtls_wrapper/mbedtls/ssl_lib.c
- testing/libc/atomic/atomic_main.c
- testing/ostest/roundrobin.c
- testing/ostest/spinlock.c

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-08-24 20:10:37 +08:00
..
include/openssl crypto/openssl-wrapper: align SSL_CTX_new declaration with OpenSSL 2026-01-21 19:25:02 +08:00
mbedtls apps: replace atomic_fetch_xxx with atomic_xxx 2026-08-24 20:10:37 +08:00
CMakeLists.txt crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Kconfig openssl-mbedtls-wrapper: export SSL_ASSERT* macro 2026-01-19 22:51:14 +08:00
Make.defs crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00