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

xiaoxiang pushed a change to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 9138e8af01 lib_pathbuffer.c:Use atomic instead of locks
     new 77091a2296 atomic: Unify the compare_exchange functions of nx and 
stdatomic
     new eae46b0823 sem: change sem wait to atomic operation
     new 8eb8472eed arm/lpc17xx: disable mqueue sysv
     new 2b6282ea04 tools/ci: change sem_init_6_1 to support skip result

The 4 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:
 .../open1788/configs/knxterm/defconfig             |   1 +
 include/limits.h                                   |   2 +-
 include/nuttx/atomic.h                             |   9 ++
 include/semaphore.h                                |   4 +-
 libs/libc/semaphore/sem_init.c                     |   2 +-
 sched/semaphore/sem_destroy.c                      |  11 ++-
 sched/semaphore/sem_holder.c                       |   4 +-
 sched/semaphore/sem_post.c                         |  83 +++++++++++++---
 sched/semaphore/sem_recover.c                      |   4 +-
 sched/semaphore/sem_reset.c                        |  12 ++-
 sched/semaphore/sem_trywait.c                      | 110 +++++++++++++++------
 sched/semaphore/sem_wait.c                         |  82 +++++++++++----
 sched/semaphore/sem_waitirq.c                      |   4 +-
 sched/semaphore/semaphore.h                        |   7 ++
 .../script/test_open_posix/test_openposix_.py      |   2 +-
 15 files changed, 258 insertions(+), 79 deletions(-)

Reply via email to