You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/01/30 01:01:09 UTC

[nuttx] branch master updated (2ad0a02182 -> 631a8da1e2)

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

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


    from 2ad0a02182 sched/pthread: set default pthread name to parent's name
     add 631a8da1e2 sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR

No new revisions were added by this update.

Summary of changes:
 include/nuttx/pthread.h                         |  6 +-----
 include/sched.h                                 |  3 ++-
 libs/libc/pthread/pthread_attr_setschedpolicy.c |  4 ++--
 libs/libc/sched/sched_getprioritymax.c          |  2 +-
 libs/libc/sched/sched_getprioritymin.c          |  2 +-
 libs/libc/spawn/lib_psa_dump.c                  | 10 +++++++++-
 libs/libc/spawn/lib_psa_setschedpolicy.c        |  2 +-
 sched/pthread/pthread_create.c                  |  8 +-------
 sched/sched/sched_setscheduler.c                | 21 +++++++--------------
 9 files changed, 25 insertions(+), 33 deletions(-)