Simple Authentication Security Layer Library Functions
saslsetmutex(3SASL)
NAME
saslsetmutex - set the mutex lock functions used by the
SASL library
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
void saslsetmutex(saslmutexalloct *a, saslmutexlockt *l,
saslmutexunlockt *u, saslmutexfreet *f);
DESCRIPTION
Use the saslsetmutex() interface to set the mutex lock
routines that the SASL library and plug-ins will use.
PARAMETERS
a A pointer to the mutex lock allocation function
f A pointer to the mutex free or destroy function
l A pointer to the mutex lock function
u A pointer to the mutex unlock function
RETURN VALUES
saslsetmutex() has no return values.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 22 Oct 2003 1
Simple Authentication Security Layer Library Functions
saslsetmutex(3SASL)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Obsolete
MT-Level Unsafe
SEE ALSO
attributes(5)
NOTES
While most of libsasl is MT-Safe, saslset* modifies the
global state and should be considered Unsafe.
SunOS 5.11 Last change: 22 Oct 2003 2
Simple Authentication Security Layer Library Functions
saslsetmutex(3SASL)
SunOS 5.11 Last change: 22 Oct 2003 3
|