[#OSSL_thread_stop_handler_fn] = OSSL_thread_stop_handler_fn :mrdocs: Callback invoked when a thread is stopping so a provider can release thread‐local state. == Synopsis Declared in `<openssl/core.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef void(* OSSL_thread_stop_handler_fn)(void*); ---- == Parameters [cols="1,4"] |=== | Name| Description | *arg* | Provider‐side context previously registered with the core thread‐start function. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#