mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-16 09:56:22 +03:00
Set isthreaded when enabling background_thread.
This commit is contained in:
parent
c84ec3e9da
commit
340071f0cf
3 changed files with 41 additions and 23 deletions
|
|
@ -20,6 +20,7 @@ void background_thread_postfork_parent(tsdn_t *tsdn);
|
|||
void background_thread_postfork_child(tsdn_t *tsdn);
|
||||
bool background_thread_stats_read(tsdn_t *tsdn,
|
||||
background_thread_stats_t *stats);
|
||||
void background_thread_ctl_init(tsdn_t *tsdn);
|
||||
|
||||
#ifdef JEMALLOC_PTHREAD_CREATE_WRAPPER
|
||||
extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue