This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d7a93d6 Fix issue #2098 non functional sim:touchscreen
new d51e736 sched: task: Fix nxtask_exit() for SMP
new f93152a sched: pthread: Fix pthread_join() for SMP
new 3de074b sched: sched: Remove sched_tasklistlock.c for SMP
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sched/pthread/pthread_join.c | 13 ++++
sched/sched/Make.defs | 1 -
sched/sched/sched.h | 3 -
sched/sched/sched_addblocked.c | 12 ----
sched/sched/sched_addreadytorun.c | 9 ---
sched/sched/sched_mergepending.c | 17 ++---
sched/sched/sched_mergeprioritized.c | 17 +----
sched/sched/sched_removereadytorun.c | 9 ---
sched/sched/sched_tasklistlock.c | 118 -----------------------------------
sched/task/task_exit.c | 18 +++---
10 files changed, 29 insertions(+), 188 deletions(-)
delete mode 100644 sched/sched/sched_tasklistlock.c