RTEMS  5.1
Functions
pthreadgetschedparam.c File Reference

Gets Scheduling Policy and Parameters of Individual Threads. More...

#include <pthread.h>
#include <errno.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/pthreadattrimpl.h>
#include <rtems/posix/priorityimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>

Functions

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

Detailed Description

Gets Scheduling Policy and Parameters of Individual Threads.