Scheduling parameters and policies of pthreads. More...
Scheduling parameters and policies of pthreads.
Definition in file pthread_scheduling.h.
Go to the source code of this file.
int | pthread_setschedparam (pthread_t target_thread, int policy, const struct sched_param *param) |
Unimplemented. More... | |
int | pthread_getschedparam (pthread_t target_thread, int *policy, struct sched_param *param) |
Unimplemented. More... | |
int | pthread_setschedprio (pthread_t target_thread, int prio) |
Unimplemented. More... | |
int pthread_getschedparam | ( | pthread_t | target_thread, |
int * | policy, | ||
struct sched_param * | param | ||
) |
Unimplemented.
[in] | target_thread | Unused |
[in,out] | policy | Unused |
[out] | param | Unused |
int pthread_setschedparam | ( | pthread_t | target_thread, |
int | policy, | ||
const struct sched_param * | param | ||
) |
Unimplemented.
[in] | target_thread | Unused |
[in] | policy | Unused |
[in] | param | Unused |
int pthread_setschedprio | ( | pthread_t | target_thread, |
int | prio | ||
) |
Unimplemented.
[in] | target_thread | Unused |
[in] | prio | Unused |