Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 1 of 1) sorted by relevance

/crypto/
A Dcontext.c47 void *threads; member
195 ctx->threads = ossl_threads_ctx_new(ctx); in context_init()
196 if (ctx->threads == NULL) in context_init()
337 if (ctx->threads != NULL) { in context_deinit_objs()
338 ossl_threads_ctx_free(ctx->threads); in context_deinit_objs()
339 ctx->threads = NULL; in context_deinit_objs()
604 return ctx->threads; in ossl_lib_ctx_get_data()

Completed in 12 milliseconds