incubator-nuttx/fs/mqueue
Masayuki Ishikawa e6884b8cb1 fs: mqueue: Fix file_mq_open() for SMP
Summary:
- I noticed that sometimes mqueue_test in ostest failed
  (i.e. mq_open failed) with rv-virt:smp.
- This commit fixes this issue by replacing sched_lock with
  critical section.

Impact:
- file_mq_open()

Testing:
- Tested with ostest on QEMU-7.1

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2023-02-01 15:00:47 +08:00
..
Kconfig mqueue: Rename FS_MQUEUE_MPATH to FS_MQUEUE_VFS_PATH 2022-02-05 23:58:01 +01:00
Make.defs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
mq_close.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mq_open.c fs: mqueue: Fix file_mq_open() for SMP 2023-02-01 15:00:47 +08:00
mq_unlink.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mqueue.h fs: Remove the unnecessary Kconfig definition 2022-02-05 23:58:01 +01:00