slapi_destroy_condvar()
Frees a
Syntax
#include "slapi-plugin.h"
void slapi_destroy_condvar( Slapi_CondVar *cvar );
Parameters
This function takes the following parameters:
cvar
Description
This function frees a
function, you should make sure that this condition variable is no longer in use.
slapi_destroy_mutex()
Frees a
Syntax
#include "slapi-plugin.h"
void slapi_destroy_mutex( Slapi_Mutex *mutex );
Parameters
This function takes the following parameters:
mutex
Description
This function frees a
must ensure that no thread is currently in a lock-specific function. Locks do not
provide self-referential protection against deletion.
structure from memory.
Slapi_CondVar
Pointer to the Slapi_CondVar structure that you want to free from memory.
Slapi_CondVer
structure from memory.
Slapi_Mutex
Pointer to the Slapi_Mutex structure that you want to free from memory.
Slapi_Mutex
Functions for Managing Locks and Synchronization
structure from memory. Before calling this
structure from memory. The calling function
Chapter 15
Function Reference
543
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?
Questions and answers