6#ifndef ZEPHYR_INCLUDE_POSIX_SCHED_H_ 
    7#define ZEPHYR_INCLUDE_POSIX_SCHED_H_ 
   28#if defined(CONFIG_MINIMAL_LIBC) || defined(CONFIG_PICOLIBC) || defined(CONFIG_ARMCLANG_STD_LIBC) \ 
   29        || defined(CONFIG_ARCMWDT_LIBC) 
void k_yield(void)
Yield the current thread.
 
static int sched_yield(void)
Yield the processor.
Definition: sched.h:40
 
int sched_get_priority_min(int policy)
 
int sched_get_priority_max(int policy)