Skip to content
Commit 73713fbb authored by Qi Wang's avatar Qi Wang Committed by Qi Wang
Browse files

Drop high rank locks when creating threads.

Avoid holding arenas_lock and background_thread_lock when creating background
threads, because pthread_create may take internal locks, and potentially cause
deadlock with jemalloc internal locks.
parent 00869e39
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment