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 4c44c6f709 arch.h: Make _sinit/_einit as an offical interface
     new af72a528f1 sched: merge waitsem and msgwaitq
     new 40366f4153 sched: clear waitsem and msgwaitq after remove blocked

The 2 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:
 include/nuttx/sched.h             | 10 ++--------
 sched/mqueue/mq_rcvinternal.c     |  7 +++----
 sched/mqueue/mq_recover.c         | 12 ++++++++----
 sched/mqueue/mq_sndinternal.c     |  7 +++----
 sched/mqueue/mq_waitirq.c         |  6 ++----
 sched/sched/sched_removeblocked.c |  4 ++++
 sched/semaphore/sem_post.c        |  6 +-----
 sched/semaphore/sem_recover.c     |  8 ++++----
 sched/semaphore/sem_trywait.c     |  2 +-
 sched/semaphore/sem_wait.c        |  8 ++++----
 sched/semaphore/sem_waitirq.c     |  6 +-----
 11 files changed, 33 insertions(+), 43 deletions(-)

Reply via email to