AbortIO
SYNOPSIS
LONG AbortIO( struct timerequest *timeRequest );
DESCRIPTION
This function call removes a previously added timerequest from the timer
INPUTS
timeRequest - the timer request which is to be aborted
RESULT
error - either 0 if the request was aborted or -1 otherwise. The io_Error
field in the request structure will be set to IOERR_ABORTED for
successful abort
NOTES
This is usually called via the related exec.library/AbortIO() function.
It is allowed to call this function from interrupt code.
SEE ALSO
AddTime
SYNOPSIS
VOID AddTime( struct timeval *dest, CONST struct timeval *src );
INPUTS
dest
CmpTime
SYNOPSIS
LONG CmpTime( CONST struct timeval *dest, CONST struct timeval *src );
INPUTS
dest -
src
GetSysTime
SYNOPSIS
VOID GetSysTime( struct timeval *dest );
GetUpTime
SYNOPSIS
VOID GetUpTime( struct timeval *dest );
INPUTS
dest
ReadCPUClock
SYNOPSIS
ULONG ReadCPUClock( UQUAD *dest );
ReadEClock
SYNOPSIS
ULONG ReadEClock( struct EClockVal *dest );
INPUTS
dest
SubTime
SYNOPSIS
VOID SubTime( struct timeval *dest, CONST struct timeval *src );
INPUTS
dest -
src
TR_ADDREQUEST
INPUTS
timer request
TR_GETSYSTIME
INPUTS
timer request
TR_SETSYSTIME
INPUTS
timer request