openssl/crypto/async
Matt Caswell 06b9ff06cc Swap to using _longjmp/_setjmp instead of longjmp/setjmp
_longjmp/_setjmp do not manipulate the signal mask whilst
longjmp/setjmp may do. Online sources suggest this could result
in a significant speed up in the context switching.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-20 23:35:19 +00:00
..
arch Swap to using _longjmp/_setjmp instead of longjmp/setjmp 2015-11-20 23:35:19 +00:00
async_err.c Add ASYNC error codes 2015-11-20 23:34:35 +00:00
async_locl.h Normalise ASYNC naming 2015-11-20 23:34:35 +00:00
async.c Fix Linux crash 2015-11-20 23:35:19 +00:00
Makefile make update 2015-11-20 23:35:19 +00:00