You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/11 07:44:08 UTC

[incubator-nuttx] branch master updated (f0bf214 -> 1dad55d)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from f0bf214  sched: pthread: Fix pthread_join() for SMP
     add 1dad55d  sched: sched: Remove sched_tasklistlock.c for SMP

No new revisions were added by this update.

Summary of changes:
 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 -----------------------------------
 8 files changed, 7 insertions(+), 179 deletions(-)
 delete mode 100644 sched/sched/sched_tasklistlock.c