AMS_RESMSG

Send a RESCHEDULE message to this task

Invocation

(void)ams_resmsg( length, value, status )

Arguments

length = int (given)
number of significant bytes in value

value = char * (given)

message to be passed to main-line code

status = int * (given and returned)

global status

Description:

Causes the task to send specified RESCHED message ’value’, qualified by ’name’ to itself.

Implementation

Send an OBEY message to the reschedule queue.