Temporarily ignore ASYNC_pause_job() on the current thread.
Declared in <openssl/async.h>
void
ASYNC_block_pause();
Nested calls nest; each block must be matched by ASYNC_unblock_pause(). Use around code that must not yield (for example while holding locks).