Functions For Managing Locks And Synchronization - Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual

Table of Contents

Advertisement

Functions for Managing Locks and Synchronization

Description
The
slapi_vattr_values_type_thang_get()
values of an attribute when a
slapi_vattr_list_types()
NULL, the computation becomes similar to
functionality,
slapi_vattr_values_get()
See Also
slapi_vattr_values_get()
Functions for Managing Locks and
Synchronization
This section contains reference information on locks and synchronization routines.
Table 15-31 Locks and Synchronization Routines
Function
slapi_destroy_condvar()
slapi_destroy_mutex()
slapi_lock_mutex()
slapi_new_condvar()
slapi_new_mutex()
slapi_notify_condvar()
slapi_unlock_mutex()
slapi_wait_condvar()
slapi_destroy_condvar()
Frees a
532
Netscape Directory Server Plug-In Programmer's Guide • August 2002
slapi_vattr_values_type_thang_get()
Description
Frees a Slapi_CondVar structure from memory.
Frees a Slapi_Mutex structure from memory.
Locks the specified mutex.
Creates a new condition variable and returns a pointer to the
corresponding Slapi_CondVar structure.
Creates a new mutex and returns a pointer to the corresponding
Slapi_Mutex structure.
Notifies a thread that is waiting on the specified condition variable.
Unlocks the specified mutex.
Waits on a condition variable.
structure from memory.
Slapi_CondVar
function is faster for getting the
list is returned from a
vattr_type_thang
call. However, when the list for that call returns
slapi_vattr_values_get()
.
. In
mimics

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents