Open System Services System Calls Reference Manual (G06.25+, H06.03+)
SPT_TMF_SetTxHandle(2) OSS System Calls Reference Manual
NAME
SPT_TMF_SetTxHandle - Sets the TMF transaction handle
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_SetTxHandle(
SPT_TMF_TxHandle_t *tx_handle );
PARAMETERS
tx_handle Specifies the transaction handle of the current TMF transaction.
DESCRIPTION
This function sets the specified transaction handle as the current active transaction for the thread.
RETURN VALUES
This function returns an integer value indicating the result of the call. Possible return values are:
0 (zero) Indicates the transaction handle was successfully set.
22 Indicates that a bounds error occurred.
29 Indicates missing parameters.
75 Indicates that there is no current transaction.
78 Indicates an invalid transaction identifier or that a transaction
has not started on this Expand node.
715 Indicates an invalid transaction handle.
RELATED INFORMATION
Functions: SPT_TMF_GetTxHandle(2), SPT_TMF_Init(2).
STANDARDS CONFORMANCE
This function is an extension to the UNIX98 specification. Interfaces documented on this refer-
ence page conform to the following industry standards:
• IEEE Std 1003.1c-1995, POSIX System Application Program Interface
The use of the header file ispthread.h is an HP exception to the POSIX standard.
7−148 Hewlett-Packard Company 527186-003