Implement windows async thread local variable support
Implements Thread Local Storage in the windows async port. This also has some knock on effects to the posix and null implementations. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
@@ -112,6 +112,7 @@ void ERR_load_ASYNC_strings(void);
|
||||
# define ASYNC_R_CANNOT_CREATE_WAIT_PIPE 100
|
||||
# define ASYNC_R_FAILED_TO_SET_POOL 101
|
||||
# define ASYNC_R_FAILED_TO_SWAP_CONTEXT 102
|
||||
# define ASYNC_R_INIT_FAILED 105
|
||||
# define ASYNC_R_INVALID_POOL_SIZE 103
|
||||
# define ASYNC_R_POOL_ALREADY_INITED 104
|
||||
|
||||
|
||||
Reference in New Issue
Block a user