gtpc2m1eC/C++ Language Support User's Guide

defrc-Defer Processing of Current Entry

This function is used to defer processing of an entry until the amount of activity in the system is low enough to allow for completion of the current low-priority task. The entry is placed on the deferred list, the lowest priority list in the CPU loop list schedule.

Format

#include   <tpfapi.h>
void       defrc(void);

Normal Return

Void.

Error Return

Not applicable.

Programming Considerations

Examples

The following example suspends processing of the currently executing program that is running now and places the associated ECB on the deferred list.

#include <tpfapi.h>

  ·
  ·
  ·
defrc();

Related Information