incubator-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 sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_msgfree.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_msgqalloc.c sched/mqueue: decoupling condition member to common prologue 2022-10-22 12:58:11 +08:00
mq_msgqfree.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_notify.c sched/mqueue: configurable mqueue notification 2022-06-11 14:51:09 +08:00
mq_rcvinternal.c nuttx/sched: use pid to check idle task 2022-10-31 17:53:08 +09:00
mq_receive.c sched/mqueue: do sanity check if DEBUG_FEATURES is enabled 2022-06-11 12:42:47 -03:00
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 sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
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