Sun Java System Directory Server Enterprise Edition 6.2 Developer's Guide

slapi_unlock_mutex()

Unlocks the specified mutex.

Syntax

#include "slapi-plugin.h"
int slapi_unlock_mutex( Slapi_Mutex *mutex );

Parameters

This function takes the following parameters:

mutex

Pointer to an Slapi_Mutex structure representing the mutex that you want to unlock.

Returns

One of the following values:

Description

This function unlocks the mutex specified by the Slapi_Mutex structure.

See Also

slapi_destroy_mutex()

slapi_lock_mutex()

slapi_new_mutex()