|
slapi_lock_mutex() | ||
Locks the specified mutex. #include "slapi-plugin.h" The function has the following parameters:
Description. This function locks the mutex specified by the Slapi_Mutex structure. After this function returns, any other thread that attempts to acquire the same lock blocks until the holder of the lock releases the lock. Acquiring the lock is not an interruptible operation, nor is there any timeout mechanism.
|
||
![]() |