mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-20 22:33:51 +03:00
Fall back to the default pthread_create if RTLD_NEXT fails.
This commit is contained in:
parent
d1e11d48d4
commit
77a71ef2b7
3 changed files with 9 additions and 22 deletions
|
|
@ -8,7 +8,6 @@ extern atomic_b_t background_thread_enabled_state;
|
|||
extern size_t n_background_threads;
|
||||
extern size_t max_background_threads;
|
||||
extern background_thread_info_t *background_thread_info;
|
||||
extern bool can_enable_background_thread;
|
||||
|
||||
bool background_thread_create(tsd_t *tsd, unsigned arena_ind);
|
||||
bool background_threads_enable(tsd_t *tsd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue