.. |
clock
|
clock: adjust clock function to support tick
|
2022-11-01 21:54:20 +08:00 |
environ
|
sched/env: Don't need copy env variable from parent in env_dup
|
2022-10-19 08:22:56 +09:00 |
group
|
sched/group: Implement group_drop()
|
2023-02-01 09:49:09 -03:00 |
init
|
Launch the initial task through task_spawn instead of nxtask_create
|
2023-01-25 23:34:52 +02:00 |
irq
|
sched/irq: add spin_unlock_irqsave/irqrestore_wo_note
|
2023-01-02 22:29:01 +08:00 |
misc
|
sched/misc/assert: remove extra indentations
|
2023-01-26 10:26:09 +08:00 |
module
|
nuttx: Use MIN/MAX definitions from "sys/param.h"
|
2023-02-01 23:47:44 +08:00 |
mqueue
|
nuttx/sched: merge up_block_task and up_unblock_task
|
2022-11-22 22:59:08 +08:00 |
paging
|
nuttx/sched: merge up_block_task and up_unblock_task
|
2022-11-22 22:59:08 +08:00 |
pthread
|
sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR
|
2023-01-30 03:01:03 +02:00 |
sched
|
nuttx: Use MIN/MAX definitions from "sys/param.h"
|
2023-02-01 23:47:44 +08:00 |
semaphore
|
sched/semaphore: correct the return value of sem_post()
|
2023-01-28 21:45:10 +09:00 |
signal
|
sched: Implement tkill/tgkill
|
2023-01-26 08:11:56 +02:00 |
task
|
sched/waitpid: rename nx_waitpid() to nxsched_waitpid()
|
2023-02-01 20:40:41 +08:00 |
timer
|
sched/posix/timer: handle invaild timerid correctly
|
2022-10-31 19:59:29 -03:00 |
tls
|
sched/group: fix task info heap-use-after-free
|
2023-01-11 01:53:59 +08:00 |
wdog
|
nuttx: Use MIN/MAX definitions from "sys/param.h"
|
2023-02-01 23:47:44 +08:00 |
wqueue
|
sched/wqueue: semaphore count should be consistent with the number of work entries.
|
2023-01-28 21:45:10 +09:00 |
Kconfig
|
sched/signal: Fix typo error in Kconfig(SIG_SEGA->SIG_SEGV)
|
2023-01-28 09:07:23 +02:00 |
Makefile
|
Move _assert to kernel space.
|
2022-12-06 18:33:21 +08:00 |