Searched refs:stack_traces (Results 1 – 1 of 1) sorted by relevance
641 struct stack_traces { struct661 struct stack_traces *traces; in init_contention_data() argument665 traces = OPENSSL_zalloc(sizeof(struct stack_traces)); in init_contention_data()676 struct stack_traces *st = data; in destroy_contention_data()692 static struct stack_traces *get_stack_traces(bool init) in get_stack_traces()694 struct stack_traces *traces = CRYPTO_THREAD_get_local(&thread_contention_data); in get_stack_traces()704 static void print_stack_traces(struct stack_traces *traces) in print_stack_traces()750 struct stack_traces *traces, bool write) in record_lock_contention()778 struct stack_traces *traces = get_stack_traces(true); in ossl_rwlock_rdlock()798 struct stack_traces *traces = get_stack_traces(true); in ossl_rwlock_wrlock()[all …]
Completed in 7 milliseconds