nuttx/sched
chao.an 688911373d arch/spinlock: implement the default test-and-set semantics
use the default testset implement on single core platform
that does not support test-and-set, more flexibility for
SMP drivers(using spinlock) if configured in a single-core
configuration.

Change-Id: I954899f71bc6e903dce48c6e27719cb99f13e4b6
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-12-30 15:20:33 +08:00
..
clock sched/clock: independent the CLOCK_BOOTTIME 2020-12-08 11:47:51 +08:00
environ global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
group Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07:00
init sched/init: init the default home directory to environment 2020-11-09 23:42:46 -08:00
irq armv7-a: Fix comments on Cortex-A SGI 2020-11-19 18:01:30 -08:00
module sched/module/mod_modhandle.c: Fix a syslog format 2020-11-21 19:38:32 -08:00
mqueue sched/mqueue: Make the pre-allocated irq messages configurable 2020-12-21 10:48:30 +08:00
paging Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
pthread sched/pthread/pthread_getaffinity.c: Fix a syslog format 2020-11-22 19:01:05 -08:00
sched sched/sched/sched_timerexpiration.c: Fix a syslog format 2020-11-22 19:01:05 -08:00
semaphore sched/semaphore/sem_holder.c: Fix syslog formats 2020-11-22 19:01:05 -08:00
signal sched/signal: Make the pre-allocated irq actions configurable 2020-12-21 10:48:37 +08:00
task libc: Implement getppid 2020-12-21 17:44:50 +08:00
timer sched/clock: independent the CLOCK_BOOTTIME 2020-12-08 11:47:51 +08:00
wdog sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
wqueue sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00
Kconfig arch/spinlock: implement the default test-and-set semantics 2020-12-30 15:20:33 +08:00
Makefile style/Makefile: remove unnecessary trailing whitespace 2020-11-30 11:20:05 +08:00