nuttx/sched
hujun5 14d94ddd76 arch: inline this_task to improve performence
Configuring NuttX and compile:
$ ./tools/configure.sh -l qemu-armv8a:nsh_smp
$ make
Running with qemu
$ qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic \
   -machine virt,virtualization=on,gic-version=3 \
   -net none -chardev stdio,id=con,mux=on -serial chardev:con \
   -mon chardev=con,mode=readline -kernel ./nuttx

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-08-18 10:53:51 -03:00
..
addrenv
clock
environ
group
init
instrument
irq
misc
module
mqueue
paging
pthread
sched arch: inline this_task to improve performence 2024-08-18 10:53:51 -03:00
semaphore
signal
task
timer
tls
wdog
wqueue
CMakeLists.txt
Kconfig
Makefile