6#ifndef ZEPHYR_INCLUDE_POSIX_SCHED_H_
7#define ZEPHYR_INCLUDE_POSIX_SCHED_H_
19#if defined(CONFIG_MINIMAL_LIBC) || defined(CONFIG_PICOLIBC)
void k_yield(void)
Yield the current thread.
static int sched_yield(void)
Yield the processor.
Definition: sched.h:30
int sched_get_priority_min(int policy)
int sched_get_priority_max(int policy)