Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)
System Functions (s and S) SPT_TMF_RESUME(2)
NAME
SPT_TMF_RESUME - Resumes a previously suspended 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_RESUME(
long long *txid
);
PARAMETERS
Input
txid Specifies the transactional identifier returned by SPT_TMF_SUSPEND( ) or
TMF_GET_TX_ID.
DESCRIPTION
This function resumes a previously suspended 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_RESUME() operation completed successfully.
Nonzero values
The Guardian file-system error with this error number occurred.
RELATED INFORMATION
Functions: SPT_TMF_SUSPEND(2).
527186-023 Hewlett-Packard Company 7−429