OSSL_thread_stop_handler_fn

Callback invoked when a thread is stopping so a provider can release thread-local state.

Synopsis

Declared in <openssl/core.h>

typedef void(* OSSL_thread_stop_handler_fn)(void*);

Parameters

NameDescription
argProvider-side context previously registered with the core thread-start function.