Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/src/
H A Dbackground_thread.c25 background_thread_info_t *background_thread_info; variable
312 if (info == &background_thread_info[0]) {
392 malloc_mutex_unlock(tsdn, &background_thread_info[0].mtx);
428 malloc_mutex_lock(tsdn, &background_thread_info[0].mtx);
445 &background_thread_info[0])) {
453 &background_thread_info[0], 0);
524 background_thread_info[thread_ind].thread));
647 &background_thread_info[0])) {
756 &background_thread_info[i].mtx);
765 &background_thread_info[i].mtx);
[all …]
/freebsd-14.2/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;
H A Dprivate_namespace.h101 #define background_thread_info JEMALLOC_N(background_thread_info) macro