jemalloc/include
Qi Wang 44db479fad Fix the lock owner sanity checking during background thread boot.
During boot, some mutexes are not initialized yet, plus there's no point taking
many mutexes while everything is covered by the global init lock, so the locking
assumptions in some functions (e.g. background_thread_enabled_set()) can't be
enforced.  Skip the lock owner check in this case.
2024-09-23 18:06:07 -07:00
..
jemalloc Fix the lock owner sanity checking during background thread boot. 2024-09-23 18:06:07 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00