summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-11-13 23:54:44 +0000
committerMatt Caswell <matt@openssl.org>2015-11-20 23:39:30 +0000
commit68487a9b0631d27be9a1f4565e7e652ae9cb6aad (patch)
treef08b9aedfa12d06d5602f2422def273b96f7ea2c /util
parent27949c353e68825f119410f8fd73ae1d667581c7 (diff)
Convert __thread to pthreads for Thread Local Storage
In theory the pthreads approach for Thread Local Storage should be more portable. This also changes some APIs in order to accommodate this change. In particular ASYNC_init_pool is renamed ASYNC_init_thread and ASYNC_free_pool is renamed ASYNC_cleanup_thread. Also introduced ASYNC_init and ASYNC_cleanup. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 3dc21373c1..c61d83d249 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -4652,8 +4652,8 @@ TS_CONF_set_signer_digest 5011 EXIST::FUNCTION:
ENGINE_load_dasync 5012 EXIST::FUNCTION:ENGINE,STATIC_ENGINE
ASYNC_pause_job 5013 EXIST::FUNCTION:
ASYNC_start_job 5014 EXIST::FUNCTION:
-ASYNC_init_pool 5015 EXIST::FUNCTION:
-ASYNC_free_pool 5016 EXIST::FUNCTION:
+ASYNC_init_thread 5015 EXIST::FUNCTION:
+ASYNC_cleanup_thread 5016 EXIST::FUNCTION:
ASYNC_wake 5017 EXIST::FUNCTION:
ASYNC_clear_wake 5018 EXIST::FUNCTION:
ASYNC_get_current_job 5019 EXIST::FUNCTION: