Lines Matching refs:thread
12 OSSL_THREAD_SUPPORT_FLAG_DEFAULT_SPAWN - OpenSSL thread support
66 In particular, this can be used to allocate locks in a thread-safe manner,
152 thread pool. If the argument is 0, thread pooling is disabled. OpenSSL will
153 not create any threads and existing threads in the thread pool will be torn
154 down. The maximum thread count is a limit, not a target. Threads will not be
161 OSSL_get_thread_support_flags() determines what thread pool functionality
164 thread pool functionality is available, and
165 B<OSSL_THREAD_SUPPORT_FLAG_DEFAULT_SPAWN> indicates that the default thread pool
166 model is available. The default thread pool model is currently the only model
167 available, therefore both of these flags must be set for thread pool
181 if OpenSSL-managed thread pooling is not supported (for example, if it is not
186 to be used by the thread pool. If thread pooling is disabled or not available,
207 You can find out if OpenSSL was configured with thread support:
211 /* thread support enabled */
213 /* no thread support */