Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 35
user process
user process. A process whose primary purpose is to solve a users problem. A user
process is not essential to the availability of a CPU. A user process is created only
when the user explicitly creates it. Contrast with system process.
vertical form control (VFC) table. A table in the memory of a 5515, 5516, or 5518 printer
that is used to control vertical forms movement.
VFC table. See vertical form control (VFC) table.
virtual memory. A range of addresses that processes use to reference real storage, where
real storage consists of physical memory and disk storage.
volume. A disk drive or a pair of disk drives that forms a mirrored disk.
voluntary rendezvous opportunity (VRO). A point in the instruction stream of a
processing element at which the operating system is permitted to establish
synchronization among the CPU elements of a logical process. Most system calls are
VROs.
waited I/O. An operation with an I/O device or process where the issuing process waits until
the operation finishes. Contrast with nowait I/O.
waiting process. A process that cannot execute until an event occurs, a resource becomes
available, or an interval of time passes.
wall-clock time. The local time-of-day, including any adjustment for daylight-savings time.
word. An instruction-set-defined unit of memory that corresponds to the width of registers
and to the most common and efficient size of memory operations. A TNS word is
2 bytes (16 bits) wide, beginning on any 2-byte boundary in memory. A MIPS RISC
word is 4 bytes (32 bits) wide, beginning on any 4-byte boundary in memory. An Intel®
Itanium® word is also 4 bytes (32 bits) wide, beginning on any 4-byte boundary in
memory.
working set. A collection of DEFINE attributes that have been assigned values using the
D
EFINESETATTR procedure. The working set becomes a DEFINE when the
DEFINEADD procedure is called.
$CMON. See
command-interpreter monitor ($CMON).
$RECEIVE. A special file name through which a process receives messages from other
processes.