
{
{  The purpose of this procedure is to suspend execution of the
{  requesting task until the time specified by the task.  The
{  DELAY request is issued by the currently executing task.
{
{    TMP$DELAY (RB)
{
{  RB : (INPUT,OUTPUT) This parameter specifies the request block.
{
{  TYPE
{    TMT$RB_DELAY = RECORD
{      REQCODE,
{      STATUS,
{      REQUESTED_WAIT_TIME,
{      EXPECTED_WAIT_TIME,
{    RECEND;
{
{  REQCODE: (input) The value of this parameter is SYC$RC_DELAY.
{  STATUS: (output) This parameter specifies the system status.
{  REQUESTED_WAIT_TIME: (input) This parameter specifies the requested
{          wakeup time for this task.
{  EXPECTED_WAIT_TIME: (input) This parameter specifies the expected
{          wakeup time for this task.
{
