From 75e22db0d500f02e6a1c0304ead2bff4f0790139 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Mar 1998 16:47:53 +0000 Subject: Completed sweep adding directive and constant prefixes. --- doc/user/glossary.texi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/user/glossary.texi') diff --git a/doc/user/glossary.texi b/doc/user/glossary.texi index c4016c525c..1f3794e994 100644 --- a/doc/user/glossary.texi +++ b/doc/user/glossary.texi @@ -573,7 +573,8 @@ access must be controlled. @item resume Removing a task from the suspend state. If -the task's state is ready following a call to the task_resume +the task's state is ready following a call to the +@code{@value{DIRPREFIX}task_resume} directive, then the task is available for scheduling. @item return code @@ -657,8 +658,8 @@ value. @item suspend A term used to describe a task that is not -competing for the CPU because it has had a task_suspend -directive. +competing for the CPU because it has had a +@code{@value{DIRPREFIX}task_suspend} directive. @item synchronous Related in order or timing to other @@ -691,7 +692,8 @@ An acronym for Task Control Block. @item tick The basic unit of time used by RTEMS. It is a user-configurable number of microseconds. The current tick -expires when the clock_tick directive is invoked. +expires when the @code{@value{DIRPREFIX}clock_tick} +directive is invoked. @item tightly-coupled A multiprocessor configuration -- cgit v1.2.3