18#ifndef PTHREAD_SCHEDULING_H
19#define PTHREAD_SCHEDULING_H
int pthread_getschedparam(pthread_t target_thread, int *policy, struct sched_param *param)
Unimplemented.
int pthread_setschedprio(pthread_t target_thread, int prio)
Unimplemented.
int pthread_setschedparam(pthread_t target_thread, int policy, const struct sched_param *param)
Unimplemented.
unsigned pthread_t
Datatype to identify a POSIX thread.
This structure is unused right now, and only exists for POSIX compatibility.