ASYNC_block_pause

Temporarily ignore ASYNC_pause_job() on the current thread.

Synopsis

Declared in <openssl/async.h>

void
ASYNC_block_pause();

Description

Nested calls nest; each block must be matched by ASYNC_unblock_pause(). Use around code that must not yield (for example while holding locks).