Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27983)
CRYPTO_THREAD_run_once(&init_contention_fp, init_contention_fp_once);
__atomic_add_fetch(&rwlock_count, 1, __ATOMIC_ACQ_REL);
{
- struct stack_info *thread_stack_info;
+ struct stack_traces *thread_stack_info;
thread_stack_info = CRYPTO_THREAD_get_local(&thread_contention_data);
if (thread_stack_info == NULL) {