Lines Matching refs:thread
34 Additionally some resources are allocated on a per thread basis (if the
36 thread closing.
212 called after deinitialisation of resources local to a thread, but before other
217 with the current thread for the given OSSL_LIB_CTX B<ctx>. The B<ctx> parameter
221 the thread exits as long as the OSSL_LIB_CTX has not been freed before the thread
223 automatically for the current thread (but not any other threads that may have
229 resources are cleaned up on library exit) except if thread local resources
256 Resources local to a thread are deallocated automatically when the thread exits
262 directly via a call to OPENSSL_thread_stop() on each thread. Similarly this
265 thread. Additionally if OpenSSL is loaded dynamically via LoadLibrary() and the
266 threads are not destroyed until after FreeLibrary() is called then each thread
273 each thread prior to the dlclose() call, or alternatively the original dlopen()