Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)

SPT_TMF_Init(2) OSS System Calls Reference Manual
NAME
SPT_TMF_Init - Initializes the tfile for concurrent transaction management
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
short SPT_TMF_Init( void );
PARAMETERS
None.
DESCRIPTION
This function opens the tfile for concurrent transaction management.
RETURN VALUES
SPT_SUCCESS
The TMF file is initialized for concurrent transaction management.
error Contains the error value returned by the underlying call to the Guardian OPEN
procedure. See the Guardian Procedure Errors and Messages Manual for more
information on the specific value returned.
RELATED INFORMATION
Functions: SPT_TMF_GetTxHandle(2), SPT_TMF_SetTxHandle(2),
spt_getTMFConcurrentTransactions(2), spt_setTMFConcurrentTransactions(2).
STANDARDS CONFORMANCE
This function is an extension to the UNIX98 specification. Interfaces documented on this refer-
ence page conform to the IEEE Std 1003.1c-1995, POSIX System Application Program Interface.
The use of the header file spthread.h is an HP exception to the POSIX standard.
7428 Hewlett-Packard Company 527186-023