Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 33
TNS/E native user library
TNS/E native user library. A user library available to TNS/E native processes in both the
Guardian and Open System Services (OSS) environments. A TNS/E native user library
is implemented as a TNS/E native dynamic-link library (DLL).
TNSVU. A tool used to browse through TNS object files that have been accelerated by the
TNS Object Code Accelerator (OCA). TNSVU displays Intel® Itanium® code in
addition to TNS code.
Total Information Manager (TIM). See HP NonStop™ Technical Library (NTL).
TNS/R. See NonStop™ Series TNS/R.
TNS/R library. A TNS/R native-mode library. For a PIC-compiled application, TNS/R
libraries can be dynamic-link libraries (DLLs) or hybridized native shared runtime
libraries (SRLs). For an application that is not PIC compiled, TNS/R libraries can only
be native SRLs.
TNS/R native mode. The operational environment in which native-compiled RISC
instructions execute.
TNS/R native object code. The RISC instructions that result from processing program
source code with a TNS/R native compiler. TNS/R native object code executes only on
TNS/R systems, not on TNS systems.
TNS/R native object file. A file created by a TNS/R native compiler that contains RISC
instructions and other information needed to construct the code spaces and the initial
data for a TNS/R native process.
TNS/R native process. A process initiated by executing a TNS/R native object file.
TNS/R native shared run-time library (TNS/R native SRL). A shared run-time library
(SRL) available to TNS/R native processes in the Guardian and OSS environments.
TNS/R native SRLs can be either public or private. A TNS/R native process can have
multiple public SRLs but only one private SRL.
TNS/R native signal. A signal model available to TNS/R native processes in the Guardian
and OSS environments. TNS/R native signals are used for error exception handling.
TNS/R native user library. A user library available to TNS/R native processes in the
Guardian and OSS environments. A TNS/R native user library is implemented as a
special private TNS/R native shared run-time library.
transfer mode. The protocol by which data is transferred between a terminal and the
computer system. See
conversational mode and page mode.
trap. A software mechanism that stops program execution and holds the cause of a
pr
ocessing problem. In TNS and accelerated execution modes, traps occur as the
result of errors that are not related to input or output. Contrast with signal.