Home
last modified time | relevance | path

Searched refs:background_thread_info (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/src/
H A Dbackground_thread.c24 background_thread_info_t *background_thread_info; variable
234 if (info == &background_thread_info[0]) {
314 malloc_mutex_unlock(tsdn, &background_thread_info[0].mtx);
319 background_thread_info_t *info = &background_thread_info[i];
350 malloc_mutex_lock(tsdn, &background_thread_info[0].mtx);
365 while (background_thread_info[0].state != background_thread_stopped) {
367 &background_thread_info[0])) {
375 &background_thread_info[0], 0);
384 background_thread_info_t *info = &background_thread_info[i];
400 background_thread_info[0].state = background_thread_stopped;
[all …]
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h18 return &background_thread_info[arena_ind % max_background_threads]; in arena_background_thread_info_get()
23 return &background_thread_info[ind % max_background_threads]; in background_thread_info_get()
H A Dbackground_thread_externs.h10 extern background_thread_info_t *background_thread_info;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h118 #define background_thread_info JEMALLOC_N(background_thread_info) macro