nuttx/sched
Xiang Xiao 4a7915e72b sched: Check g_pidhash[hash_ndx] isn't NULL before access pid field in nxsched_get_tcb
Fix the regression by commit:
commit 8b67944c75
Author: Xiang Xiao <xiaoxiang@xiaomi.com>
Date:   Thu Oct 14 11:03:07 2021 +0800

    sched: Remove pidhash_s and move ticks to tcb_s

    simplify the code logic and reduce memory a little bit

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-10-17 17:28:57 +09:00
..
clock sched/clock: add nsec range check in clock_settime 2021-07-09 14:19:03 -03:00
environ Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
group group/child_status: Dynamically expand group child_status 2021-07-15 20:14:57 -07:00
init sched: Remove pidhash_s and move ticks to tcb_s 2021-10-16 06:19:17 -03:00
irq sched/irq/irq_csection.c: Fix typos and correct some comments. 2021-09-16 10:53:51 -05:00
module Rename MODULE_TEXT to TEXT_HEAP as the latter is more generic. 2021-06-18 07:14:17 -05:00
mqueue fs/inode: add sanity check for inode to avoid nullpointer 2021-07-25 23:01:37 -07:00
paging Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
pthread sched: Refine tls_info_s and task_info_s 2021-07-02 10:33:34 -05:00
sched sched: Check g_pidhash[hash_ndx] isn't NULL before access pid field in nxsched_get_tcb 2021-10-17 17:28:57 +09:00
semaphore sched/*/*spinlock.c: Fix some typos. 2021-07-24 09:00:41 -07:00
signal sched/signal: Correct kill with cancellation 2021-09-27 18:17:40 -07:00
task sched: Remove pidhash_s and move ticks to tcb_s 2021-10-16 06:19:17 -03:00
timer Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
wdog wd_start: use sclock_t type replace int 2021-10-10 19:59:57 -07:00
wqueue work_queue: schedule the work queue using the timer mechanism 2021-07-27 21:01:38 -07:00
Kconfig sched: Allow CONFIG_SMP_NCPUS=1 without CONFIG_DEBUG_FEATURES 2021-08-19 19:17:56 -07:00
Makefile style/Makefile: remove unnecessary trailing whitespace 2020-11-28 12:20:30 +01:00