Open System Services System Calls Reference Manual (G06.25+, H06.03+)
spt_OSSFileIOHandler_p(2) OSS System Calls Reference Manual
NAME
spt_OSSFileIOHandler_p
- Executes callback type required by the
spt_regOSSFileIOHandler(
function
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
typedef void (
*spt_OSSFileIOHandler_p)(const int
filedes,
const int read,
const int write,
const int error);
PARAMETERS
filedes Specifies OSS file descriptor of interest
read Specifies file descriptor is read ready
write Specifies file descriptor is write ready
error Specifies file descriptor has an exception pending
DESCRIPTION
This function executes the callback type required by the spt_regOSSFileIOHandler( ) function.
This callback is executed in the context of the last running thread (on the stack of the last running
thread).
RETURN VALUES
None.
STANDARDS CONFORMANCE
This function is an extension to the XPG4 Version 2 specification. Interfaces documented on this
reference page conform to the following industry standards:
• 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.
7−114 Hewlett-Packard Company 527186-003