14.19. Slapi_CondVar

Represents a condition variable in a directory entry.
Syntax

 

#include "slapi-plugin.h" 
typedef struct slapi_condvar Slapi_CondVar;
Description

Slapi_CondVar is the data type for an opaque structure that represents a synchronization lock in the server plug-in. The following table summarizes the front-end API functions that you can call to modify synchronization locks in the server plug-in.

To ... ... Call this function
Destroy a condition variable. slapi_destroy_condvar()
Create a new condition variable. slapi_new_condvar()
Send notification about a condition variable. slapi_notify_condvar()
Wait for a condition variable. slapi_wait_condvar()