nuttx/sched
Jiuzhu Dong 9bc913abef wd_start: use sclock_t type replace int
when enable SYSTEM_TIME64, tick may exceed the int32 range
example:
pthread_cond_clockwait
        ---->clock_abstime2ticks
                    ---->wd_start

Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2021-10-10 19:59:57 -07:00
..
clock sched/clock: add nsec range check in clock_settime 2021-07-09 14:19:03 -03:00
environ
group group/child_status: Dynamically expand group child_status 2021-07-15 20:14:57 -07:00
init Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
irq sched/irq/irq_csection.c: Fix typos and correct some comments. 2021-09-16 10:53:51 -05:00
module
mqueue fs/inode: add sanity check for inode to avoid nullpointer 2021-07-25 23:01:37 -07:00
paging
pthread sched: Refine tls_info_s and task_info_s 2021-07-02 10:33:34 -05:00
sched sched/sched/remove_readytorun.c: Fix CPU affinity issues in SMP 2021-09-29 16:23:17 +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 task_spawn: release g_spawn_parmsem and sched_unlock at the ending 2021-08-19 20:43:54 -07:00
timer
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