nuttx/sched
cuiziwei 5e3df24092 replace nxsched_gettid with nxsched_getpid.
When we find the exit status entry in this task, we need to use pid instead of tid.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2023-08-04 04:21:08 -07:00
..
addrenv sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
clock cmake/sched: fix build break based on mainline 2023-07-10 13:26:21 +08:00
environ build: add initial cmake build system 2023-07-08 13:50:48 +08:00
group sched: group_killchildren send signo SIGQUIT before cancel it 2023-08-03 08:06:33 -07:00
init build: add initial cmake build system 2023-07-08 13:50:48 +08:00
irq sched: add CRITMONITOR time out panic 2023-08-03 10:08:12 -07:00
misc assert: Remove unnecessary disable interrupts code 2023-08-03 03:17:22 -07:00
module libc/symtab: Don't include symtab.h in the header files 2023-07-10 23:03:17 +03:00
mqueue sched/mqueue/mq_sndinternal.c: Update the return value in description "Message queue opened not opened for writing". 2023-08-03 03:10:56 -07:00
paging build: add initial cmake build system 2023-07-08 13:50:48 +08:00
pthread sched/pthread: Don't do cancel when it is already in the exit process 2023-08-03 03:12:36 -07:00
sched sched: add CRITMONITOR time out panic 2023-08-03 10:08:12 -07:00
semaphore build: add initial cmake build system 2023-07-08 13:50:48 +08:00
signal sched/pthread: Don't do cancel when it is already in the exit process 2023-08-03 03:12:36 -07:00
task replace nxsched_gettid with nxsched_getpid. 2023-08-04 04:21:08 -07:00
timer build: add initial cmake build system 2023-07-08 13:50:48 +08:00
tls libs/pthread/pthread_atfork: fulfill implement pthread_atfork function 2023-07-26 10:41:52 +02:00
wdog sched: add CRITMONITOR time out panic 2023-08-03 10:08:12 -07:00
wqueue sched: add CRITMONITOR time out panic 2023-08-03 10:08:12 -07:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig sched: add CRITMONITOR time out panic 2023-08-03 10:08:12 -07:00
Makefile group/group_addrenv: Move address environment from group -> tcb 2023-02-08 02:51:23 +08:00