SV_DEALLOC(D3DK) —
NAME
SV_DEALLOC − deallocate an instance of a synchronization variable .IX \f4SV_DEALLOC\fP(D3DK)
SYNOPSIS
#include <sys/ksynch.h>
void SV_DEALLOC(sv_t ∗svp);
ARGUMENTS
lockpPointer to the synchronization variable to be deallocated.
DESCRIPTION
SV_DEALLOC deallocates the synchronization variable specified by svp.
RETURN VALUE
None.
LEVEL
Base or Interrupt.
NOTES
Does not sleep.
Driver defined basic locks, read/write locks, and sleep locks may be held across calls to this function.
SEE ALSO
SV_ALLOC(D3DK), SV_BROADCAST(D3DK), SV_SIGNAL(D3DK), SV_WAIT(D3DK), SV_WAIT_SIG(D3DK)
DDI/DKI