From e8dfb5bf8e525c9799820d01b2df5fde098a9c4c Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 12 Nov 2015 10:42:08 +0000 Subject: 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 --- util/libeay.num | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/libeay.num b/util/libeay.num index 06816fc1f3..3dc21373c1 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -4659,3 +4659,5 @@ ASYNC_clear_wake 5018 EXIST::FUNCTION: ASYNC_get_current_job 5019 EXIST::FUNCTION: ASYNC_get_wait_fd 5020 EXIST::FUNCTION: ERR_load_ASYNC_strings 5021 EXIST::FUNCTION: +ASYNC_unblock_pause 5022 EXIST::FUNCTION: +ASYNC_block_pause 5023 EXIST::FUNCTION: -- cgit v1.2.3