Direct Access Transport Library Functions
datevdclearunwaitable(3DAT)
NAME
datevdclearunwaitable - transition the Event Dispatcher
into a waitable state
SYNOPSIS
cc [ flag... ] file... -ldat [ library... ]
#include
DATRETURN
datevdclearunwaitable(
IN DATEVDHANDLE evdhandle
)
PARAMETERS
evdhandle Handle for an instance of Event Dispatcher.
DESCRIPTION
The datevdclearunwaitable() transitions the Event
Dispatcher into a waitable state. In this state, calls to
datevdwait(3DAT) are permitted on the EVD. The actual
state of the Event Dispatcher is accessible through
datevdquery(3DAT) and is DATEVDWAITABLE after the return
of this operation.
This call does not affect a CNO associated with this EVD at
all. Events arriving on the EVD after it is set waitable
still trigger the CNO (if appropriate), and can be retrieved
with datevddequeue(3DAT).
RETURN VALUES
DATSUCES The operation was successful.
DATINVALIDHANDLE The evdhandle parameter is invalid.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 16 Jul 2004 1
Direct Access Transport Library Functions
datevdclearunwaitable(3DAT)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard: uDAPL, 1.1, 1.2
MT-Level Safe
SEE ALSO
datevddequeue(3DAT), datevdquery(3DAT),
datevdsetunwaitable(3DAT), datevdwait(3DAT),
libdat(3LIB), attributes(5)
SunOS 5.11 Last change: 16 Jul 2004 2
Direct Access Transport Library Functions
datevdclearunwaitable(3DAT)
SunOS 5.11 Last change: 16 Jul 2004 3
|