Directives for Serial and Reentrant Programs
The following two directives effect the serialization and reentrancy of multi-threaded programs:
REENTRANT - Controls reentrancy of a program
SERIAL - Controls serialization of a program
Parent topic:
Multi-threading Compiler Directives