BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
fc::openssl_thread_config Struct Reference

Public Member Functions

 openssl_thread_config ()
 
 ~openssl_thread_config ()
 

Static Public Member Functions

static unsigned long get_thread_id ()
 
static void locking_callback (int mode, int type, const char *file, int line)
 

Static Public Attributes

static boost::mutex * openssl_mutexes = nullptr
 

Detailed Description

Definition at line 394 of file aes.cpp.

Constructor & Destructor Documentation

◆ openssl_thread_config()

fc::openssl_thread_config::openssl_thread_config ( )

Definition at line 427 of file aes.cpp.

◆ ~openssl_thread_config()

fc::openssl_thread_config::~openssl_thread_config ( )

Definition at line 437 of file aes.cpp.

Member Function Documentation

◆ get_thread_id()

unsigned long fc::openssl_thread_config::get_thread_id ( )
static

Definition at line 406 of file aes.cpp.

◆ locking_callback()

void fc::openssl_thread_config::locking_callback ( int  mode,
int  type,
const char *  file,
int  line 
)
static

Definition at line 415 of file aes.cpp.

Member Data Documentation

◆ openssl_mutexes

boost::mutex * fc::openssl_thread_config::openssl_mutexes = nullptr
static

Definition at line 396 of file aes.cpp.


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