#include <pthread/sched.h>

pthread/sched.h

includes: sys/cdefs.h, pthread/pthread_impl.h
3 functions · 1 struct

structsched_param

Scheduling paramters
size 8, align 4
intsched_priority
char[4]__opaque

functionsched_yield

extern int sched_yield(void)

functionsched_get_priority_min

extern int sched_get_priority_min(int)

functionsched_get_priority_max

extern int sched_get_priority_max(int)