openssl/crypto/async/arch
Matt Caswell 7070e5ca2f Use longjmp at setjmp where possible
Where we can we should use longjmp and setjmp in preference to swapcontext/
setcontext as they seem to be more performant.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-20 23:33:05 +00:00
..
async_null.h
async_posix.c Use longjmp at setjmp where possible 2015-11-20 23:33:05 +00:00
async_posix.h Use longjmp at setjmp where possible 2015-11-20 23:33:05 +00:00
async_win.c
async_win.h