Next: Process Library Standard Error Policies, Previous: Process Library Errors, Up: Process Library Definitions [Index]
The process library generation flags affect the process library objects construction.
Zero or more generation flags may be specified for the flags argument of the process library construction function.
See x1f4_init_lxport.
X1f4_LXPORT_AUTOLINK
indicates the process library constructor that it should observe the temporaries allocator.
X1f4_LXPORT_CODELINK
indicates the process library constructor that it should observe the library data memory allocator (the library data memory allocator allocates memory for the library object construction purposes only).
X1f4_LXPORT_MISSBAIL
indicates the process library constructor that it should observe the consolidated disposal manager.
X1f4_LXPORT_NOSSHELL
indicates the process library constructor that it should generate not function and operator definitions for the ‘sshell’ execute-and-wait process execution model.
X1f4_LXPORT_RESOURCE
indicates the process library constructor that it should observe the data memory allocator (data is data of the ‘sshell’ and ‘xshell’ types, but also data of any other allocated data type, like data of the aggregated ‘data’, ‘file’, ‘list’ and ‘time’ types).
X1f4_LXPORT_SETCLOSE
indicates the process library constructor that it should arrange for the close-on-exec flag to be set for the newly opened files (open by the process library, that is).
X1f4_LXPORT_SHUTLINE
indicates the process library constructor that it should observe the process cleanup discipline indication.
X1f4_LXPORT_TEXTFLAT
indicates the process library constructor that it should observe the error reporter.
X1f4_LXPORT_THIRDSET
indicates the process library constructor that it should observe the policy indication on the executed process standard error file descriptor.
Next: Process Library Standard Error Policies, Previous: Process Library Errors, Up: Process Library Definitions [Index]