Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 533

Table of Contents

Advertisement

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.
slapi_lock_mutex()
Locks the specified mutex.
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
533

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents