Home
last modified time | relevance | path

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

/freebsd/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);
397 background_thread_info_t *info = &background_thread_info[i];
428 malloc_mutex_lock(tsdn, &background_thread_info[0].mtx);
443 while (background_thread_info[0].state != background_thread_stopped) {
445 &background_thread_info[0])) {
453 &background_thread_info[0], 0);
462 background_thread_info_t *info = &background_thread_info[i];
478 background_thread_info[0].state = background_thread_stopped;
[all …]
/freebsd/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;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h101 #define background_thread_info JEMALLOC_N(background_thread_info) macro