Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 480

Table of Contents

Advertisement

Functions for Managing Locks and Synchronization
Table 14-31 Locks and Synchronization Routines (Continued)
Function
slapi_wait_condvar()
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
480
Netscape Directory Server Plug-In Programmer's Guide • May 2002
Description
Waits on a condition variable.
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.
structure from memory. Before calling this

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents