Invocation
(void)ams_kick( name, length,
value, status )
Arguments
name = char * (given)
name of the action to be rescheduled
length = int (given)
number of significant bytes in value
value = char * (given)
message to be passed to application code
status = int * (given and returned)
global status
Description:
Sends a KICK message to this task, specifying an action to be obeyed and a message
(command line) to be passed to the application code.
Implementation
Send a soft kick interrupt message ’value’ qualified by ’name’ to kick queue.
Copyright © 2000 Council for the Central Laboratory of the Research Councils