RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
schedulerimpl.h File Reference

This header file provides interfaces of the Scheduler Handler which are only used by the implementation. More...

#include <rtems/score/scheduler.h>
#include <rtems/score/assert.h>
#include <rtems/score/priorityimpl.h>
#include <rtems/score/smpimpl.h>
#include <rtems/score/status.h>
#include <rtems/score/threadimpl.h>

Go to the source code of this file.

Functions

void _Scheduler_Handler_initialization (void)
 Initializes the scheduler to the policy chosen by the user.
 
Status_Control _Scheduler_Get_affinity (Thread_Control *the_thread, size_t cpusetsize, cpu_set_t *cpuset)
 Copies the thread's scheduler's affinity to the given cpuset.
 
Status_Control _Scheduler_Set_affinity (Thread_Control *the_thread, size_t cpusetsize, const cpu_set_t *cpuset)
 Sets the thread's scheduler's affinity.
 

Detailed Description

This header file provides interfaces of the Scheduler Handler which are only used by the implementation.