RTEMS  5.1
Functions
psxtransschedparam.c File Reference

Translate sched_param into SuperCore Terms. More...

#include <pthread.h>
#include <errno.h>
#include <rtems/posix/pthreadimpl.h>

Functions

int _POSIX_Thread_Translate_to_sched_policy (Thread_CPU_budget_algorithms budget_algorithm)
 
int _POSIX_Thread_Translate_sched_param (int policy, const struct sched_param *param, Thread_CPU_budget_algorithms *budget_algorithm, Thread_CPU_budget_algorithm_callout *budget_callout)
 Translate sched_param into SuperCore terms. More...
 

Detailed Description

Translate sched_param into SuperCore Terms.