MCPcopy Create free account
hub / github.com/3rdparty/libprocess / CRYPTO_dynlock_value

Class CRYPTO_dynlock_value

src/openssl.cpp:61–64  ·  view source on GitHub ↗

Must be defined by us for OpenSSL in order to capture the necessary data for doing locking. Note, this needs to be defined in the global namespace as well.

Source from the content-addressed store, hash-verified

59// data for doing locking. Note, this needs to be defined in the
60// global namespace as well.
61struct CRYPTO_dynlock_value
62{
63 std::mutex mutex;
64};
65
66
67namespace process {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected