posix-next Logo
  • Getting Started
  • POSIX-next
    • Overview
    • POSIX Conformance
    • XSI Conformance
    • POSIX Application Environment Profiles (AEP)
    • Implementation Details
    • POSIX Option Groups
    • POSIX Options
      • Options that correspond to Option Groups
      • Option Group-like Options
        • _POSIX_ASYNCHRONOUS_IO
        • _POSIX_CPUTIME
        • _POSIX_FSYNC
        • _POSIX_MEMLOCK
        • _POSIX_MEMLOCK_RANGE
        • _POSIX_MESSAGE_PASSING
        • _POSIX_PRIORITY_SCHEDULING
        • _POSIX_SHARED_MEMORY_OBJECTS
        • _POSIX_SYNCHRONIZED_IO
        • _POSIX_THREAD_ATTR_STACKADDR
        • _POSIX_THREAD_ATTR_STACKSIZE
        • _POSIX_THREAD_CPUTIME
        • _POSIX_THREAD_PRIO_INHERIT
        • _POSIX_THREAD_PRIO_PROTECT
        • _POSIX_THREAD_PRIORITY_SCHEDULING
        • _POSIX_THREAD_SAFE_FUNCTIONS
        • _POSIX_TIMEOUTS
        • _XOPEN_STREAMS
      • Options without interfaces of their own
    • Additional Configuration Options
  • POSIX API Search
  • Samples
  • Metrics

Reference

  • Zephyr 4.4.1 docs
  • Zephyr POSIX docs
  • Open Group POSIX
posix-next
  • posix-next »
  • POSIX-next »
  • POSIX Options »
  • _POSIX_THREAD_PRIORITY_SCHEDULING

_POSIX_THREAD_PRIORITY_SCHEDULING

100
Impl
94
Cov

Enable this option with CONFIG_POSIX_THREAD_PRIORITY_SCHEDULING.

_POSIX_THREAD_PRIORITY_SCHEDULING

API

Supported

pthread_attr_getinheritsched()

yes

pthread_attr_getschedpolicy()

yes

pthread_attr_getscope()

yes

pthread_attr_setinheritsched()

yes

pthread_attr_setschedpolicy()

yes

pthread_attr_setscope()

yes

pthread_getschedparam()

yes

pthread_setschedparam()

yes

pthread_setschedprio()

yes

_POSIX_THREAD_PRIORITY_SCHEDULING
Previous Next

© Copyright 2015-2026 Zephyr Project members and individual contributors.

Built with Sphinx using a theme provided by Read the Docs.