You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/04/05 17:10:41 UTC

[incubator-nuttx] branch master updated (e19246f -> 89578b3)

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

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


    from e19246f  Correct the naming of some new functions.
     add 89578b3  nxsem_wait_uninterruptble:  Now returns if the task is canceled.

No new revisions were added by this update.

Summary of changes:
 include/nuttx/semaphore.h       | 61 ++---------------------------------
 sched/semaphore/sem_tickwait.c  |  2 --
 sched/semaphore/sem_timedwait.c |  2 --
 sched/semaphore/sem_wait.c      | 70 ++++++++++++++++-------------------------
 4 files changed, 30 insertions(+), 105 deletions(-)