RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
ratemoncreate.c File Reference

This source file contains the implementation of rtems_rate_monotonic_create(). More...

#include <rtems/rtems/ratemonimpl.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/support.h>
#include <rtems/score/isr.h>
#include <rtems/score/thread.h>
#include <rtems/score/watchdogimpl.h>
#include <rtems/sysinit.h>

Functions

rtems_status_code rtems_rate_monotonic_create (rtems_name name, rtems_id *id)
 Creates a period.
 
 RTEMS_SYSINIT_ITEM (_Rate_monotonic_Manager_initialization, RTEMS_SYSINIT_CLASSIC_RATE_MONOTONIC, RTEMS_SYSINIT_ORDER_MIDDLE)
 

Detailed Description

This source file contains the implementation of rtems_rate_monotonic_create().