Open System Services System Calls Reference Manual (G06.27+, H06.04+)

tdm_fork(2) OSS System Calls Reference Manual
_TPC_IGNORE_FORCEPIN_ATTR
Ignores the _TPC_HIGHPIN_OFF restriction specied for or
inherited by the parent process. When
_TPC_IGNORE_FORCEPIN_ATTR
is specied, the result-
ing process has a restricted PIN only if _TPC_HIGHPIN_OFF
is also specied or if the object le for the program or a user
library lacks the HIGHPIN attribute.
_TPC_OVERRIDE_DEFMODE
Species that the DEFINE mode of the child process is to be set
according to the _TPC_ENABLE_DEFINES
option rather than
to the parents current DEFINE mode.
_TPC_PROCESS_DEFINES_ONLY
Propagates only the current set of DEFINEs.
_TPC_SUPPLIED_DEFINES_ONLY
Propagates only the DEFINEs indicated by the pe_denes eld.
pe_defines Points to a specied saved set of DEFINEs created using the Guardian
DEFINESAVE procedure. These DEFINEs are propagated to the child process
if either _TPC_SUPPLIED_DEFINES_ONLY or _TPC_BOTH_DEFINES is
specied in the pe_create_options eld.
Note: This string is not null-terminated.
pe_defines_len
Species the length of the string in the pe_denes eld.
pe_debug_options
Provides control over the selection between debuggers and over the creation of
the saveabend le. A saveabend le can be examined using the symbolic
debugger to determine the cause of the abnormal termination. In addition, you
can use this option to force the created child process to enter the default system
debugger on return from the tdm_fork( ) function.
Possible options are:
_TPC_CODEFILE_INSPECT_SAVEABEND
Uses the saveabend and Inspect ags in the program le.
_TPC_DEBUG_NOSAVE
Uses the default system debugger but does not create a
saveabend le.
_TPC_DEBUG_SAVEABEND
Uses the default system debugger and creates a saveabend le.
_TPC_ENTER_DEBUG
Starts the child process in the default system debugger.
_TPC_INSPECT_NOSAVE
Uses the symbolic debugger but does not create a saveabend le.
836 Hewlett-Packard Company 527186-004