nuttx/fs/mqueue
zhangyu117 d7771b6158 nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr
Rename atomic_fetch_add/sub/or/and/xor to atomic_add/sub/or/and/xor
to avoid conflicts with the C/C++ standard library naming. The
atomic_fetch_xxx naming is reserved by the standard; keeping it causes
function name conflicts when source files indirectly include both
<nuttx/atomic.h> and <atomic>/<stdatomic.h>.

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-08-24 13:20:45 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig mqueue: Rename FS_MQUEUE_MPATH to FS_MQUEUE_VFS_PATH 2022-02-05 23:58:01 +01:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
mq_close.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mq_open.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-08-24 13:20:45 +08:00
mq_unlink.c bugfix:the inode may have been removed by other core in SMP 2025-12-16 16:02:46 -03:00
mqueue.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00