14.19. Slapi_CondVar
#include "slapi-plugin.h" typedef struct slapi_condvar Slapi_CondVar;
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() |

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.