45.5. slapi_new_mutex()
This function creates a new mutex and returns a pointer to the Slapi_Mutex structure. You can lock this mutex by calling the slapi_lock_mutex() function and unlock the mutex by calling the slapi_unlock_mutex() function. See Slapi_Mutex
#include "slapi-plugin.h" Slapi_Mutex *slapi_new_mutex();
This function returns one of the following values:
- A pointer to the new Slapi_Mutex structure.
NULLif memory cannot be allocated.

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.