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

Set Scheduling Parameters. More...

#include <sched.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/seterr.h>
Include dependency graph for sched_getparam.c:

Functions

int sched_getparam (pid_t pid, struct sched_param *param)
 13.3.2 Set Scheduling Parameters, P1003.1b-1993, p. More...
 

Detailed Description

Set Scheduling Parameters.

Function Documentation

◆ sched_getparam()

int sched_getparam ( pid_t  pid,
struct sched_param *  param 
)

13.3.2 Set Scheduling Parameters, P1003.1b-1993, p.

253

References rtems_set_errno_and_return_minus_one.