
{ All users of this request MUST call the procedure
{ dispose_of_signals_flags in the module TMM$WAIT,
{ if the request is made from ring 3 or lower.

  TYPE
    tmt$rb_wait = record
      reqcode: ALIGNED [0 MOD 8] syt$monitor_request_code,
      status: syt$monitor_status,
      requested_wait_time: ost$free_running_clock,
      expected_wait_time: ost$free_running_clock,
      global_taskid: ost$global_task_id,
    recend,

    tmt$rb_wait_signal = tmt$rb_wait;

*copyc OST$GLOBAL_TASK_ID
*copyc OST$HARDWARE_SUBRANGES
*copyc SYT$MONITOR_REQUEST_CODE
*copyc SYC$MONITOR_REQUEST_CODES
