From f8892c9bdb2f4022bc52f39f2a1f4256b2832f11 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 May 2004 19:21:50 +0000 Subject: 2004-05-06 Joel Sherrill PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks. --- doc/user/timer.t | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/user/timer.t') diff --git a/doc/user/timer.t b/doc/user/timer.t index 0049c138d8..421fc4f032 100644 --- a/doc/user/timer.t +++ b/doc/user/timer.t @@ -233,6 +233,7 @@ procedure Timer_Create ( @subheading DIRECTIVE STATUS CODES: @code{@value{RPREFIX}SUCCESSFUL} - timer created successfully@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@* @code{@value{RPREFIX}INVALID_NAME} - invalid timer name@* @code{@value{RPREFIX}TOO_MANY} - too many timers created @@ -281,6 +282,7 @@ procedure Timer_Ident ( @subheading DIRECTIVE STATUS CODES: @code{@value{RPREFIX}SUCCESSFUL} - timer identified successfully@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@* @code{@value{RPREFIX}INVALID_NAME} - timer name not found @subheading DESCRIPTION: @@ -422,6 +424,7 @@ procedure Timer_Fire_After ( @subheading DIRECTIVE STATUS CODES: @code{@value{RPREFIX}SUCCESSFUL} - timer initiated successfully@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{routine} is NULL@* @code{@value{RPREFIX}INVALID_ID} - invalid timer id@* @code{@value{RPREFIX}INVALID_NUMBER} - invalid interval @@ -475,6 +478,8 @@ procedure Timer_Fire_When ( @subheading DIRECTIVE STATUS CODES: @code{@value{RPREFIX}SUCCESSFUL} - timer initiated successfully@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{routine} is NULL@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{wall_time} is NULL@* @code{@value{RPREFIX}INVALID_ID} - invalid timer id@* @code{@value{RPREFIX}NOT_DEFINED} - system date and time is not set@* @code{@value{RPREFIX}INVALID_CLOCK} - invalid time of day @@ -583,6 +588,7 @@ procedure Timer_Fire_Server_After ( @subheading DIRECTIVE STATUS CODES: @code{@value{RPREFIX}SUCCESSFUL} - timer initiated successfully@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{routine} is NULL@* @code{@value{RPREFIX}INVALID_ID} - invalid timer id@* @code{@value{RPREFIX}INVALID_NUMBER} - invalid interval@* @code{@value{RPREFIX}INCORRECT_STATE} - Timer Server not initiated @@ -639,6 +645,8 @@ procedure Timer_Fire_Server_When ( @subheading DIRECTIVE STATUS CODES: @code{@value{RPREFIX}SUCCESSFUL} - timer initiated successfully@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{routine} is NULL@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{wall_time} is NULL@* @code{@value{RPREFIX}INVALID_ID} - invalid timer id@* @code{@value{RPREFIX}NOT_DEFINED} - system date and time is not set@* @code{@value{RPREFIX}INVALID_CLOCK} - invalid time of day@* -- cgit v1.2.3