nuttx/sched/mqueue
qinwei1 8021dfece6 sched/task/task_getpid: getpid should return process id not thread id
Summary:
   implement the right semantics:
1. getpid should return the main thread id
2. gettid should return the current thread id

Refer to:
 https://github.com/apache/incubator-nuttx/issues/2499
 https://github.com/apache/incubator-nuttx/pull/2518

Signed-off-by: qinwei1 <qinwei1@xiaomi.com>
2022-11-17 17:58:08 +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: use pid to check idle task 2022-10-31 17:53:08 +09: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: use pid to check idle task 2022-10-31 17:53:08 +09:00
mq_timedreceive.c sched/task/task_getpid: getpid should return process id not thread id 2022-11-17 17:58:08 +08:00
mq_timedsend.c sched/task/task_getpid: getpid should return process id not thread id 2022-11-17 17:58:08 +08:00
mq_waitirq.c sched: remove sched_continue, merge code 2022-11-04 08:51:02 +01: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 sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msgsnd.c sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00