1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/fs/mqueue
zhangyuan29 dcea1b90e7 arch_atomic: only support atomic_xx and atomic64_xx function
Modify the kernel to use only atomic_xx and atomic64_xx interfaces,
avoiding the use of sizeof or typeof to determine the type of
atomic operations, thereby simplifying the kernel's atomic
interface operations.

Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com>
2024-12-04 14:03:14 +01: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 fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
mq_open.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
mq_unlink.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
mqueue.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00