|
slapi_destroy_mutex() | ||
Frees a Slapi_Mutex structure from memory. #include "slapi-plugin.h" The function has the following parameters:
This function frees a Slapi_Mutex structure from memory. The calling function must ensure that no thread is currently in a lock-specific function. Locks do not provide self-referential protection against deletion.
|
||
![]() |