Direct Access Transport Library Functions datevddisable(3DAT)
NAME
datevddisable - disable the Event Dispatcher
SYNOPSIS
cc [ flag... ] file... -ldat [ library... ]
#include
DATRETURN
datevddisable(
IN DATEVDHANDLE evdhandle
)
PARAMETERS
evdhandle Handle for an instance of Event Dispatcher.
DESCRIPTION
The datevddisable() function disables the Event Dispatcher
so that the arrival of an event does not affect the associ-
ated CNO.
If the Event Dispatcher is already disabled, this operation
is no-op.
Events arriving on this EVD might cause waiters on the asso-
ciated CNO to be awakened after the return of this routine
because an unblocking a CNO waiter is already "in progress"
at the time this routine is called or returned.
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 datevddisable(3DAT)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard: uDAPL, 1.1, 1.2
MT-Level Safe
SEE ALSO
datevdenable(3DAT), libdat(3LIB), attributes(5)
SunOS 5.11 Last change: 16 Jul 2004 2
|