openssl/crypto/async/arch
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
..
async_null.c Fix windows compilation warnings 2015-11-20 23:34:35 +00:00
async_null.h Normalise ASYNC naming 2015-11-20 23:34:35 +00:00
async_posix.c Normalise ASYNC naming 2015-11-20 23:34:35 +00:00
async_posix.h Swap to using _longjmp/_setjmp instead of longjmp/setjmp 2015-11-20 23:35:19 +00:00
async_win.c Normalise ASYNC naming 2015-11-20 23:34:35 +00:00
async_win.h Normalise ASYNC naming 2015-11-20 23:34:35 +00:00