RTEMS CPU Kit with SuperCore  4.11.3
Functions
pthreadsetschedparam.c File Reference

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>
Include dependency graph for pthreadsetschedparam.c:

Functions

int pthread_setschedparam (pthread_t thread, int policy, struct sched_param *param)
 

Detailed Description

Function sets scheduling policy and parameters of the thread.