Commit e8dfb5bf authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent f4511d48
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment