Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
CRYPTO_dynlock_value Struct Reference

Stores locks needed for OpenSSL thread safety. More...

Data Fields

rb_nativethread_lock_t lock
 
rb_nativethread_id_t owner
 
size_t count
 

Detailed Description

Stores locks needed for OpenSSL thread safety.

Definition at line 520 of file ossl.c.

Field Documentation

◆ count

size_t CRYPTO_dynlock_value::count

Definition at line 523 of file ossl.c.

◆ lock

rb_nativethread_lock_t CRYPTO_dynlock_value::lock

Definition at line 521 of file ossl.c.

◆ owner

rb_nativethread_id_t CRYPTO_dynlock_value::owner

Definition at line 522 of file ossl.c.


The documentation for this struct was generated from the following file: