Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 8
exclusion mode
mode. A TNS/E system also has three execution modes: TNS/E native mode using
TNS/E native compilers and Intel® Itanium® instructions, emulated TNS execution in
TNS interpreted mode, and emulated TNS execution in TNS accelerated mode.
exclusion mode. The attribute of a lock that determines whether any process except the
lock holder can access the locked data.
executable object file. See program file.
explicit DLL. See explicit dynamic-link library (explicit DLL).
explicit dynamic-link library (explicit DLL). A dynamic-link library (DLL) that is named in
the libList of a client or is a native-compiled loadfile associated with a client.
export. To offer a symbol definition for use by other loadfiles. A loadfile exports a symbol
definition for use by other loadfiles that need a data item or function having that
symbolic name.
EXTDECS file. See external declarations file.
extended data segment. See selectable segment.
external entry-point (XEP) table. A table located in the last page of each TNS code
segment that contains links for calls (unresolved external references) out of that
segment.
extensible data segment. An extended data segment for which swap file extents are not
allocated until needed.
extent. A contiguous area of a disk allocated to a file.
external declarations file. A file containing external declarations for Guardian procedure
calls. There are several such files relating to the high-level programming language you
are using and the version of the operating system.
fault domain. In a fault-tolerant system, a module that can fail without causing a system
failure.
fault tolerance. The ability of a computer system to continue processing despite the failure
of any single software or hardware component within the system.
FCB. See file control block (FCB).
field. In a structured programming language, an addressable entry within a data structure.
file. An object to which data can be written or from which data can be read. A file has
attributes such as access permissions and a file type. In the Open System Services
(OSS) environment, file types include regular file, character special file, block special
file, FIFO, and directory. In the Guardian environment, file types include disk files,
processes, and subdevices.