RTEMS
5.0.0
|
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) |
Gets Scheduling Policy and Parameters of Individual Threads.