6#ifndef ZEPHYR_INCLUDE_POSIX_POSIX_SCHED_H_
7#define ZEPHYR_INCLUDE_POSIX_POSIX_SCHED_H_
void k_yield(void)
Yield the current thread.
static int sched_yield(void)
Yield the processor.
Definition: posix_sched.h:32
int sched_get_priority_min(int policy)
int sched_get_priority_max(int policy)
Definition: posix_sched.h:23
int sched_priority
Definition: posix_sched.h:24