RTEMS CPU Kit with SuperCore
4.11.3
|
Function sets scheduling policy and parameters of the thread. More...
#include <pthread.h>
#include <errno.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/priorityimpl.h>
#include <rtems/posix/time.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/watchdogimpl.h>
#include <rtems/config.h>
Functions | |
int | pthread_setschedparam (pthread_t thread, int policy, struct sched_param *param) |
Function sets scheduling policy and parameters of the thread.