Syntax
#include "slapi-plugin.h" int slapi_unlock_mutex( Slapi_Mutex *mutex ); Parameters
#include "slapi-plugin.h" int slapi_unlock_mutex( Slapi_Mutex *mutex );
The function has the following parameters:
mutex
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_Mutex structure.