Release per-thread asynchronous job resources allocated by ASYNC_init_thread().
Declared in <openssl/async.h>
void
ASYNC_cleanup_thread();
Must be called on a thread that previously called ASYNC_init_thread() (or used async jobs) after no ASYNC_JOB remains outstanding for that thread.