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
ledes,
const int read,
const int write,
const int error);
PARAMETERS
filedes Species OSS le descriptor of interest
read Species le descriptor is read ready
write Species le descriptor is write ready
error Species le 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 specication. 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 le spthread.h is an HP exception to the POSIX standard.
7114 Hewlett-Packard Company 527186-003