openssl/crypto/async
Matt Caswell 252d6d3aa6 Add ASYNC_JOB pools
It is expensive to create the ASYNC_JOB objects due to the "makecontext"
call. This change adds support for pools of ASYNC_JOB objects so that we
don't have to create a new ASYNC_JOB every time we want to use one.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-20 23:33:46 +00:00
..
arch Use longjmp at setjmp where possible 2015-11-20 23:33:05 +00:00
async_locl.h Add null async implementation 2015-11-20 23:32:18 +00:00
async.c Add ASYNC_JOB pools 2015-11-20 23:33:46 +00:00
Makefile Use longjmp at setjmp where possible 2015-11-20 23:33:05 +00:00