Background thread: take base as a parameter.

This commit is contained in:
David T. Goldblatt
2020-02-17 14:13:38 -08:00
committed by David Goldblatt
parent 29436fa056
commit 162c2bcf31
3 changed files with 5 additions and 4 deletions

View File

@@ -27,6 +27,6 @@ extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
void *(*)(void *), void *__restrict);
#endif
bool background_thread_boot0(void);
bool background_thread_boot1(tsdn_t *tsdn);
bool background_thread_boot1(tsdn_t *tsdn, base_t *base);
#endif /* JEMALLOC_INTERNAL_BACKGROUND_THREAD_EXTERNS_H */