openssl/crypto/async
Matt Caswell e8dfb5bf8e Add ASYNC_block_pause and ASYNC_unblock_pause
There are potential deadlock situations that can occur if code executing
within the context of a job aquires a lock, and then pauses the job. This
adds an ability to temporarily block pauses from occuring whilst performing
work and holding a lock.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-20 23:37:17 +00:00
..
arch Further OS-X deprecated warnings tweak 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 Add ASYNC_block_pause and ASYNC_unblock_pause 2015-11-20 23:37:17 +00:00
async.c Add ASYNC_block_pause and ASYNC_unblock_pause 2015-11-20 23:37:17 +00:00
Makefile make update 2015-11-20 23:35:19 +00:00