nuttx/sched
Petro Karashchenko 7911a25774 sched/sched: address performance concerns for sched_lock in non-SMP case
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2023-04-27 00:40:20 +08:00
..
addrenv sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
clock sched: add support for adjtime() interface 2023-04-25 14:37:50 -03:00
environ
group sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
init
irq sched/irq: optimizing IRQMONITOR, move up_perf_convert to irq_procfs 2023-04-25 09:58:43 +08:00
misc sched/assert: Simplify the fatal detection logic 2023-04-04 11:29:10 -04:00
module procfs: Add g_ prefix to all procfs_operations 2023-04-22 03:33:50 -04:00
mqueue nuttx: add more dependent header file 2023-04-11 09:13:32 +03:00
paging
pthread system: pthread_barrierwait should be moved to kernel space 2023-04-25 15:34:40 +08:00
sched sched/sched: address performance concerns for sched_lock in non-SMP case 2023-04-27 00:40:20 +08:00
semaphore sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
signal signal: add SIGSYS 2023-03-28 11:24:35 -06:00
task sched/addrenv, binfmt: Always allocate address environment from heap 2023-04-22 00:43:30 +08:00
timer
tls
wdog arch/arm64: the arm64 perf interface supports pmu 2023-04-10 16:23:49 -03:00
wqueue sched/wqueue: fix issue about worker can't wake up thread before work_thread running 2023-04-19 02:50:04 +08:00
Kconfig sched: add support for adjtime() interface 2023-04-25 14:37:50 -03:00
Makefile