incubator-nuttx/sched/mqueue
chao an 4c8d244fae sched/getpid: replace syscall getpid/tid/ppid() to kernel version
NuttX kernel should not use the syscall functions, especially after
enabling CONFIG_SCHED_INSTRUMENTATION_SYSCALL, all system functions
will be traced to backend, which will impact system performance.

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-02 10:33:01 +08:00
..
Make.defs sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
mq_getattr.c
mq_initialize.c
mq_msgfree.c
mq_msgqalloc.c sched/mqueue: decoupling condition member to common prologue 2022-10-22 12:58:11 +08:00
mq_msgqfree.c
mq_notify.c
mq_rcvinternal.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
mq_receive.c
mq_recover.c sched/mqueue: decoupling condition member to common prologue 2022-10-22 12:58:11 +08:00
mq_send.c mqueue: use to DEBUGASSERT to cover some param check 2022-11-10 22:36:21 +08:00
mq_setattr.c
mq_sndinternal.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
mq_timedreceive.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mq_timedsend.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mq_waitirq.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
mqueue.h
msg.h sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msgctl.c sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msgget.c sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msginternal.c sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msgrcv.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
msgsnd.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00