Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual page 483

Table of Contents

Advertisement

Parameters
This function takes the following parameters:
mutex
Returns
This function returns one of the following values:
A non-zero value if the mutex was successfully unlocked.
0 if the mutex was NULL or was not locked by the calling thread.
Description
This function unlocks the mutex specified by the
slapi_wait_condvar()
Waits on a condition variable.
Syntax
#include "slapi-plugin.h"
int slapi_wait_condvar( Slapi_CondVar *cvar,
struct timeval *timeout );
Parameters
This function takes the following parameters:
cvar
timeout
Returns
This function returns one of the following values:
A non-zero value if successful.
Pointer to an Slapi_Mutex structure representing the mutex
that you want to unlock.
Pointer to an Slapi_CondVar structure representing the
condition variable that you want to wait on.
Time period to wait for notification on the condition variable. If
NULL, the calling function blocks indefinitely.
Functions for Managing Locks and Synchronization
structure.
Slapi_Mutex
Chapter 14
Function Reference
483

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 6.01 - PLUG-IN and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Directory server 6.01

Table of Contents