Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide—109759 A-125
_THREAD^PROC
_THREAD^PROC
_THREAD^PROC defines a procedure dispatched as part of a thread
(a procedure that can be set as a new current thread with _SET^THREAD^PROC,
_PUSH^THREAD^PROCSTATE, _POP^THREAD^PROCSTATE,
_DISPATCH^THREAD or _SAVE^THREAD^AND^DISPATCH).
procname user-provided identifier
is the name (a valid TAL identifier) of the procedure.
Examples
Use _THREAD^PROC in the following constructions:
_THREAD^PROC( procname ); EXTERNAL;
_THREAD^PROC( procname ); FORWARD;
_THREAD^PROC( procname );
BEGIN
< procedure body >
_END^THREAD^PROC;
_THREAD^PROC ( procname );