mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* generic/.cvsignore: Remove. * generic/ChangeLog: Remove. * generic/Makefile.am: Remove. * generic/configure.ac: Remove. * generic/difftest.in: Remove. * generic/sorttimes.in: Remove. * .cvsignore: Remove. * ChangeLog: Remove. * Makefile.am: Remove. * configure.ac: Remove.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
aclocal.m4
|
||||
autom4te*.cache
|
||||
config.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
missing
|
||||
mkinstalldirs
|
||||
@@ -1,83 +0,0 @@
|
||||
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* generic/.cvsignore: Remove.
|
||||
* generic/ChangeLog: Remove.
|
||||
* generic/Makefile.am: Remove.
|
||||
* generic/configure.ac: Remove.
|
||||
* generic/difftest.in: Remove.
|
||||
* generic/sorttimes.in: Remove.
|
||||
* .cvsignore: Remove.
|
||||
* ChangeLog: Remove.
|
||||
* Makefile.am: Remove.
|
||||
* configure.ac: Remove.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs.
|
||||
* Makefile.am: Require automake-1.5.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
* configure.in: Replace AC_CONFIG_SUBDIRS with
|
||||
RTEMS_CONFIG_BUILD_SUBDIRS.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,10 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
|
||||
SUBDIRS = @subdirs@
|
||||
|
||||
include $(top_srcdir)/../automake/subdirs.am
|
||||
include $(top_srcdir)/../automake/host.am
|
||||
@@ -1,23 +0,0 @@
|
||||
## Process this file with autoconf to produce a configure script.
|
||||
##
|
||||
## $Id$
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||
AC_CONFIG_SRCDIR([generic])
|
||||
RTEMS_TOP(../../../..)
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
RTEMS_TOOLPATHS
|
||||
AC_SUBST(program_prefix)
|
||||
|
||||
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
|
||||
RTEMS_CPU_SUBDIRS
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
@@ -1,16 +0,0 @@
|
||||
aclocal.m4
|
||||
autom4te*.cache
|
||||
config.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
difftest
|
||||
install-sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
missing
|
||||
mkinstalldirs
|
||||
sorttimes
|
||||
@@ -1,63 +0,0 @@
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved aclocal/.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_PREREQ(2.57).
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
Add autom4te*cache.
|
||||
Remove autom4te.cache.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
* configure.in: Remove.
|
||||
* configure.ac: New file, generated from configure.in by autoupdate.
|
||||
|
||||
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
Switch to GNU canonicalization.
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
@@ -1,25 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../aclocal
|
||||
|
||||
noinst_SCRIPTS = difftest sorttimes
|
||||
|
||||
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
|
||||
|
||||
PREINSTALL_FILES = $(project_bspdir)/tests $(project_bspdir)/tests/difftest \
|
||||
$(project_bspdir)/tests/sorttimes
|
||||
|
||||
$(project_bspdir)/tests:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/tests/difftest: difftest
|
||||
$(INSTALL_SCRIPT) $< $@
|
||||
|
||||
$(project_bspdir)/tests/sorttimes: sorttimes
|
||||
$(INSTALL_SCRIPT) $< $@
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../automake/local.am
|
||||
@@ -1,25 +0,0 @@
|
||||
## Process this file with autoconf to produce a configure script.
|
||||
##
|
||||
## $Id$
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||
AC_CONFIG_SRCDIR([sorttimes.in])
|
||||
RTEMS_TOP(../../../../..)
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
||||
AM_MAINTAINER_MODE
|
||||
# Override the set of BSPs to be built.
|
||||
|
||||
RTEMS_ENV_RTEMSBSP
|
||||
RTEMS_PROJECT_ROOT
|
||||
|
||||
RTEMS_PATH_KSH
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
difftest
|
||||
sorttimes])
|
||||
AC_OUTPUT
|
||||
@@ -1,117 +0,0 @@
|
||||
#!@KSH@ -p
|
||||
#
|
||||
# Check test results against official output from the src tree
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# XXX: do not run size.exe with this; it asks questions we don't answer
|
||||
|
||||
# how to do arith in bash
|
||||
# i=$((i * 2))
|
||||
# b=$((b + 1))
|
||||
|
||||
# progname=`basename $0`
|
||||
progname=${0##*/} # fast basename hack for ksh, bash
|
||||
|
||||
USAGE=\
|
||||
"usage: $progname [ -opts ] test [ test ... ]
|
||||
-v -- verbose
|
||||
-l logdir -- specify log directory (default is 'logdir')
|
||||
"
|
||||
|
||||
# log an error to stderr
|
||||
prerr()
|
||||
{
|
||||
echo "$*" >&2
|
||||
}
|
||||
|
||||
fatal() {
|
||||
[ "$1" ] && prerr $*
|
||||
prerr "$USAGE"
|
||||
exit 1
|
||||
}
|
||||
|
||||
warn() {
|
||||
[ "$1" ] && prerr $*
|
||||
}
|
||||
|
||||
#
|
||||
# process the options
|
||||
#
|
||||
# defaults for getopt vars
|
||||
#
|
||||
|
||||
verbose=""
|
||||
logdir=log
|
||||
|
||||
while getopts v12o:l: OPT
|
||||
do
|
||||
case "$OPT" in
|
||||
v)
|
||||
verbose="yes";;
|
||||
l)
|
||||
logdir="$OPTARG";;
|
||||
*)
|
||||
fatal;;
|
||||
esac
|
||||
done
|
||||
shiftcount=`expr $OPTIND - 1`
|
||||
shift $shiftcount
|
||||
|
||||
args=$*
|
||||
|
||||
#
|
||||
# Run the tests
|
||||
#
|
||||
|
||||
test -d $logdir || fatal "No log directory: ./$logdir"
|
||||
|
||||
tests="$args"
|
||||
if [ ! "$tests" ]
|
||||
then
|
||||
cd $logdir
|
||||
set -- `ls -1 sp* mp??_? psx* itron* mp*_?_g 2>/dev/null | grep -v info`
|
||||
cd ..
|
||||
tests="$*"
|
||||
fi
|
||||
|
||||
for t in $tests
|
||||
do
|
||||
logfile=$t
|
||||
|
||||
if [ ! -f $logdir/$logfile ]
|
||||
then
|
||||
continue
|
||||
fi
|
||||
|
||||
echo $logfile
|
||||
echo
|
||||
|
||||
case $t in
|
||||
mp*)
|
||||
mptest=`echo $t | sed 's/_.//'`
|
||||
node=`echo $t | sed 's/...._//'`
|
||||
tmp_scn_file=mptests/node$node/$mptest.scn;;
|
||||
sp*)
|
||||
tmp_scn_file=sptests/$t.scn;;
|
||||
psx*)
|
||||
tmp_scn_file=psxtests/$t.scn;;
|
||||
itron*)
|
||||
tmp_scn_file=itrontests/$t.scn;;
|
||||
*)
|
||||
fatal "unknown test $t";;
|
||||
esac
|
||||
|
||||
scn_file=`echo $tmp_scn_file | sed -e s/_g//`
|
||||
sed -e '/^$/d' < $logdir/$logfile | diff -b screens/$scn_file -
|
||||
echo
|
||||
echo
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
||||
# Local Variables: ***
|
||||
# mode:ksh ***
|
||||
# End: ***
|
||||
|
||||
@@ -1,194 +0,0 @@
|
||||
#!@KSH@ -p
|
||||
#
|
||||
# This script takes the output from the Timing Test Suite, reorders
|
||||
# it, and adds headers so it is in the same order as is printed in
|
||||
# the supplement.
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
usage()
|
||||
{
|
||||
echo "${progname} file [more files]"
|
||||
}
|
||||
|
||||
header()
|
||||
{
|
||||
echo
|
||||
echo $*
|
||||
echo
|
||||
}
|
||||
|
||||
lookup()
|
||||
{
|
||||
grep "$*" $files
|
||||
|
||||
}
|
||||
|
||||
progname=$0
|
||||
|
||||
if [ $# -eq 0 ] ; then
|
||||
usage
|
||||
exit 0
|
||||
fi
|
||||
|
||||
files=$*
|
||||
|
||||
header Context Switch
|
||||
lookup context switch: self
|
||||
lookup context switch: to another task
|
||||
lookup context switch: no floating point contexts
|
||||
lookup fp context switch: restore 1st FP task
|
||||
lookup fp context switch: save initialized, restore initialized
|
||||
lookup fp context switch: save idle, restore initialized
|
||||
lookup fp context switch: save idle, restore idle
|
||||
|
||||
header Task Manager
|
||||
lookup rtems_task_create
|
||||
lookup rtems_task_ident
|
||||
lookup rtems_task_start
|
||||
lookup rtems_task_restart: calling task
|
||||
lookup rtems_task_restart: suspended task -- returns to caller
|
||||
lookup rtems_task_restart: blocked task -- returns to caller
|
||||
lookup rtems_task_restart: ready task -- returns to caller
|
||||
lookup rtems_task_restart: suspended task -- preempts caller
|
||||
lookup rtems_task_restart: blocked task -- preempts caller
|
||||
lookup rtems_task_restart: ready task -- preempts caller
|
||||
lookup rtems_task_delete: calling task
|
||||
lookup rtems_task_delete: suspended task
|
||||
lookup rtems_task_delete: blocked task
|
||||
lookup rtems_task_delete: ready task
|
||||
lookup rtems_task_suspend: calling task
|
||||
lookup rtems_task_suspend: returns to caller
|
||||
lookup rtems_task_resume: task readied -- returns to caller
|
||||
lookup rtems_task_resume: task readied -- preempts caller
|
||||
lookup rtems_task_set_priority: obtain current priority
|
||||
lookup rtems_task_set_priority: returns to caller
|
||||
lookup rtems_task_set_priority: preempts caller
|
||||
lookup rtems_task_mode: obtain current mode
|
||||
lookup rtems_task_mode: no reschedule
|
||||
lookup rtems_task_mode: reschedule -- returns to caller
|
||||
lookup rtems_task_mode: reschedule -- preempts caller
|
||||
lookup rtems_task_get_note
|
||||
lookup rtems_task_set_note
|
||||
lookup rtems_task_wake_after: yield -- returns to caller
|
||||
lookup rtems_task_wake_after: yields -- preempts caller
|
||||
lookup rtems_task_wake_when
|
||||
|
||||
header Interrupt Manager
|
||||
lookup interrupt entry overhead: returns to nested interrupt
|
||||
lookup interrupt entry overhead: returns to interrupted task
|
||||
lookup interrupt entry overhead: returns to preempting task
|
||||
lookup interrupt exit overhead: returns to nested interrupt
|
||||
lookup interrupt exit overhead: returns to interrupted task
|
||||
lookup interrupt exit overhead: returns to preempting task
|
||||
|
||||
header Clock Manager
|
||||
lookup rtems_clock_set
|
||||
lookup rtems_clock_get
|
||||
lookup rtems_clock_tick
|
||||
|
||||
header Timer Manager
|
||||
lookup rtems_timer_create
|
||||
lookup rtems_timer_ident
|
||||
lookup rtems_timer_delete: inactive
|
||||
lookup rtems_timer_delete: active
|
||||
lookup rtems_timer_fire_after: inactive
|
||||
lookup rtems_timer_fire_after: active
|
||||
lookup rtems_timer_fire_when: inactive
|
||||
lookup rtems_timer_fire_when: active
|
||||
lookup rtems_timer_reset: inactive
|
||||
lookup rtems_timer_reset: active
|
||||
lookup rtems_timer_cancel: inactive
|
||||
lookup rtems_timer_cancel: active
|
||||
|
||||
header Semaphore Manager
|
||||
lookup rtems_semaphore_create
|
||||
lookup rtems_semaphore_ident
|
||||
lookup rtems_semaphore_delete
|
||||
lookup rtems_semaphore_obtain: available
|
||||
lookup rtems_semaphore_obtain: not available -- NO_WAIT
|
||||
lookup rtems_semaphore_obtain: not available -- caller blocks
|
||||
lookup rtems_semaphore_release: no waiting tasks
|
||||
lookup rtems_semaphore_release: task readied -- returns to caller
|
||||
lookup rtems_semaphore_release: task readied -- preempts caller
|
||||
|
||||
header Message Queue Manager
|
||||
lookup rtems_message_queue_create
|
||||
lookup rtems_message_queue_ident
|
||||
lookup rtems_message_queue_delete
|
||||
lookup rtems_message_queue_send: no waiting tasks
|
||||
lookup rtems_message_queue_send: task readied -- returns to caller
|
||||
lookup rtems_message_queue_send: task readied -- preempts caller
|
||||
lookup rtems_message_queue_urgent: no waiting tasks
|
||||
lookup rtems_message_queue_urgent: task readied -- returns to caller
|
||||
lookup rtems_message_queue_urgent: task readied -- preempts caller
|
||||
lookup rtems_message_queue_broadcast: no waiting tasks
|
||||
lookup rtems_message_queue_broadcast: task readied -- returns to caller
|
||||
lookup rtems_message_queue_broadcast: task readied -- preempts caller
|
||||
lookup rtems_message_queue_receive: available
|
||||
lookup rtems_message_queue_receive: not available -- NO_WAIT
|
||||
lookup rtems_message_queue_receive: not available -- caller blocks
|
||||
lookup rtems_message_queue_flush: no messages flushed
|
||||
lookup rtems_message_queue_flush: messages flushed
|
||||
|
||||
header Event Manager
|
||||
lookup rtems_event_send: no task readied
|
||||
lookup rtems_event_send: task readied -- returns to caller
|
||||
lookup rtems_event_send: task readied -- preempts caller
|
||||
lookup rtems_event_receive: obtain current events
|
||||
lookup rtems_event_receive: available
|
||||
lookup rtems_event_receive: not available -- NO_WAIT
|
||||
lookup rtems_event_receive: not available -- caller blocks
|
||||
|
||||
header Signal Manager
|
||||
lookup rtems_signal_catch
|
||||
lookup rtems_signal_send: returns to caller
|
||||
lookup rtems_signal_send: signal to self
|
||||
lookup exit ASR overhead: returns to calling task
|
||||
lookup exit ASR overhead: returns to preempting task
|
||||
|
||||
header Partition Manager
|
||||
lookup rtems_partition_create
|
||||
lookup rtems_partition_ident
|
||||
lookup rtems_partition_delete
|
||||
lookup rtems_partition_get_buffer: available
|
||||
lookup rtems_partition_get_buffer: not available
|
||||
lookup rtems_partition_return_buffer
|
||||
|
||||
header Region Manager
|
||||
lookup rtems_region_create
|
||||
lookup rtems_region_ident
|
||||
lookup rtems_region_delete
|
||||
lookup rtems_region_get_segment: available
|
||||
lookup rtems_region_get_segment: not available -- NO_WAIT
|
||||
lookup rtems_region_get_segment: not available -- caller blocks
|
||||
lookup rtems_region_return_segment: no waiting tasks
|
||||
lookup rtems_region_return_segment: task readied -- returns to caller
|
||||
lookup rtems_region_return_segment: task readied -- preempts caller
|
||||
|
||||
header Dual-Ported Memory Manager
|
||||
lookup rtems_port_create
|
||||
lookup rtems_port_ident
|
||||
lookup rtems_port_delete
|
||||
lookup rtems_port_internal_to_external
|
||||
lookup rtems_port_external_to_internal
|
||||
|
||||
header IO Manager
|
||||
lookup rtems_io_initialize
|
||||
lookup rtems_io_open
|
||||
lookup rtems_io_close
|
||||
lookup rtems_io_read
|
||||
lookup rtems_io_write
|
||||
lookup rtems_io_control
|
||||
|
||||
header Rate Monotonic Manager
|
||||
lookup rtems_rate_monotonic_create
|
||||
lookup rtems_rate_monotonic_ident
|
||||
lookup rtems_rate_monotonic_cancel
|
||||
lookup rtems_rate_monotonic_delete: active
|
||||
lookup rtems_rate_monotonic_delete: inactive
|
||||
lookup rtems_rate_monotonic_period: obtain status
|
||||
lookup rtems_rate_monotonic_period: initiate period -- returns to caller
|
||||
lookup rtems_rate_monotonic_period: conclude periods -- caller blocks
|
||||
exit 0
|
||||
Reference in New Issue
Block a user