nuttx/sched
chao an cdec5c80c2 sched/pthread/barrierwait: replace syscall(2) to kernel api
syscall(2) cannot be called from kernel space

Signed-off-by: chao an <anchao@xiaomi.com>
2023-10-25 09:18:55 +08:00
..
addrenv
clock clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
environ
group sched: Remove the unused tcb argument from group_setupidlefiles 2023-10-17 17:23:05 +03:00
init sched: Remove the unused tcb argument from group_setupidlefiles 2023-10-17 17:23:05 +03:00
irq spinlock: implement read writer spinlock 2023-10-16 08:55:01 +08:00
misc assert: move the backtrace dump after the stack dump 2023-10-16 16:07:44 +08:00
module
mqueue
paging
pthread sched/pthread/barrierwait: replace syscall(2) to kernel api 2023-10-25 09:18:55 +08:00
sched sched: Exit immediately when cpuset change to 0. 2023-10-18 21:12:35 +08:00
semaphore fix: Mac sim-02 compiler issue 2023-10-16 08:55:01 +08:00
signal
task
timer Replace enter_critical_section with spin_irqsave 2023-10-21 11:00:07 +08:00
tls libc: add support for custom streams with fopencookie() 2023-10-18 21:13:01 +08:00
wdog clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
wqueue clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
CMakeLists.txt
Kconfig sched: add smp function call 2023-10-18 09:57:50 +08:00
Makefile