RTEMS  5.1
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/score/threadimpl.h>
#include <rtems/score/schedulerimpl.h>

Functions

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

Detailed Description

Function sets scheduling policy and parameters of the thread.