Waits on a condition variable.
Syntax
#include "slapi-plugin.h"
int slapi_wait_condvar( Slapi_CondVar *cvar, struct timeval
*timeout );
Parameters
The function has the following parameters:
Returns. One of the following values:
Description. This function waits on the condition variable until it receives notification (see
the slapi_notify_condvar() function). Before calling this function, the
calling thread must lock the mutex associated with this condition variable.
Example
[To be added]
See Also
[??? Where are these used? ???]
#define SLAPI_SEQ_FIRST 1
#define SLAPI_SEQ_LAST 2
#define SLAPI_SEQ_PREV 3
#define SLAPI_SEQ_NEXT 4