Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
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 529 of file ossl.c.

Field Documentation

◆ count

size_t CRYPTO_dynlock_value::count

Definition at line 532 of file ossl.c.

◆ lock

rb_nativethread_lock_t CRYPTO_dynlock_value::lock

Definition at line 530 of file ossl.c.

◆ owner

rb_nativethread_id_t CRYPTO_dynlock_value::owner

Definition at line 531 of file ossl.c.


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