Interval cancellation

Can occur by using timer supervision's TQE DEQUEUE routine. This routine removes a specific TQE from the real time queue and resets clocks if necessary. The entry point to the TQE DEQUEUE routine is in CVT field CVTQTD00. Entry to this routine must be by branch entry, in supervisor state, with PSW key zero. You must be in primary ASC mode and the primary address space must be the home address space (PASH=HASH). Before entering the TQE DEQUEUE routine, you must issue SETLOCK OBTAIN,TYPE=DISPStart of change,MODE=UNCONDEnd of change. The input environment is as follows:
Upon return, all registers except 13 and 15 are the same as they were on entry. Register 15 contains a return code:
Code
Meaning
0
The TQE was on the queue and has been removed.
4
The TQE was not on the queue.