Acquire a CRYPTO_RWLOCK for exclusive (write) access.
Synopsis
Declared in <openssl/crypto.h>
int
CRYPTO_THREAD_write_lock(CRYPTO_RWLOCK* lock);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
lock |
Lock to acquire. |
Created with MrDocs