incubator-nuttx/sched
Masayuki Ishikawa 89406462cc sched: sched: Don't call sched_lock()/unlock() in nx_waitid()/waitpid() for SMP
Summary:
- Calling sched_lock()/unlock() is unnecessary for SMP
  because we've been using the critical section API

Impact:
- SMP only

Testing:
- Tested with smp and ostest with the following configurations
- sabre-6quad:smp (QEMU, dev board)
- spresense:smp, spresense:wifi_smp
- sim:smp, sim:ostest
- maix-bit:smp (QEMU)
- esp32-devkitc:smp (QEMU)
- lc823450-xgevk:rndis

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-01-04 20:15:36 -06:00
..
clock clock/time: add CLOCK_BOOTTIME definition 2020-12-10 06:40:47 -06: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 sched: irq: Change irq_waitlock() from private to public 2020-12-10 08:33:42 +01: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-20 19:31:59 +01:00
paging Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
pthread sched: pthread: Fix potential bugs in pthread_condclockwait.c 2020-12-14 21:11:05 -06:00
sched sched: sched: Don't call sched_lock()/unlock() in nx_waitid()/waitpid() for SMP 2021-01-04 20:15:36 -06:00
semaphore spinlock: Introduce SP_WFE() and SP_SEV() 2020-12-11 05:58:35 -06:00
signal sched/signal: Make the pre-allocated irq actions configurable 2020-12-20 19:31:59 +01:00
task arch & sched: task: Fix up_exit() and nxtask_exit() for SMP 2020-12-21 23:29:56 -06:00
timer clock/time: add CLOCK_BOOTTIME definition 2020-12-10 06:40:47 -06: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 2021-01-01 15:03:55 -06:00
Makefile style/Makefile: remove unnecessary trailing whitespace 2020-11-28 12:20:30 +01:00