Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)
SPT_TMF_SUSPEND(2) OSS System Calls Reference Manual
NAME
SPT_TMF_SUSPEND - Suspends a transaction associated with the current thread
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series and J-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
short SPT_TMF_SUSPEND(
long long *txid
);
PARAMETERS
Output
txid Returns a transactional identifier that can be used for a subsequent
SPT_TMF_RESUME() call.
DESCRIPTION
This function suspends a transaction associated with the current thread.
RETURN VALUES
A status word is returned. The value is one of the following:
0 (zero) The SPT_TMF_SUSPEND() operation completed successfully.
Nonzero values
The Guardian file-system error with this error number occurred.
RELATED INFORMATION
Functions: SPT_TMF_RESUME(3).
7−432 Hewlett-Packard Company 527186-023